facet-python 0.50.0-rc.4

Generate Python type definitions from facet type metadata
Documentation
1
2
3
4
5
6
7
8
---
source: facet-python/src/lib.rs
expression: py
---
# A 2-D point (internal representation).
class Point(TypedDict, total=False):
    x: Required[float]
    y: Required[float]