1 2 3 4 5 6 7 8
--- source: facet-python/src/lib.rs expression: py --- class Point(TypedDict, total=False): Point: Required[tuple[int, int]] type TupleVariant = Point