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
assertion_line: 2428
expression: py
---
class InternalPoint(TypedDict, total=False):
    x: Required[float]
    y: Required[float]