CircuitPoint.is_point
- static CircuitPoint.is_point(point)[source]
Return true if point is a CircuitPointLike.
- Return type:
TypeGuard[tuple[int,int] |CircuitPoint]
Return true if point is a CircuitPointLike.
TypeGuard[tuple[int, int] | CircuitPoint]