facet-python 0.46.0

Generate Python type definitions from facet type metadata
Documentation
1
2
3
4
5
6
7
---
source: facet-python/src/lib.rs
expression: py
---
class Container(TypedDict, total=False):
    # A tuple field containing coordinates
    coordinates: Required[tuple[int, int]]