Searched defs:ShapeGuard (Results 1 – 2 of 2) sorted by relevance
3620 guards: List[ShapeGuard] = None,4048 def issue_guard(guard: ShapeGuard) -> None:4233 guards: Optional[List[ShapeGuard]] = None,
155 class ShapeGuard(NamedTuple): class