archimedes.tree.struct.fieldsΒΆ
- archimedes.tree.struct.fields(class_or_instance)ΒΆ
Return a tuple describing the fields of this dataclass.
Accepts a dataclass or an instance of one. Tuple elements are of type Field.
Return a tuple describing the fields of this dataclass.
Accepts a dataclass or an instance of one. Tuple elements are of type Field.