deltakit.circuit.Coordinate#
- class deltakit.circuit.Coordinate(coordinate: tuple[float, ...] | float, *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. |