deltakit.circuit.Coordinate#
- class deltakit.circuit.Coordinate(*coordinates: float)#
Bases:
Tuple[float, …]Class which represents general coordinates.
- Parameters:
*coordinates (float) – Any number of floats to specify the coordinate.
Methods#
Return number of occurrences of value. |
|
Return first index of value. |