module documentation

Support for dataclasses.

Class Dataclass Implements the @dataclass decorator.
Class DataclassOverlay A custom overlay for the 'dataclasses' module.
Class FieldFunction Implements dataclasses.field.
Class FieldInstance Return value of a field() call.
Function is_field Undocumented
Function match_classvar Unpack the type parameter from ClassVar[T].
Function match_initvar Unpack the type parameter from InitVar[T].
Variable log Undocumented
def is_field(var): (source)

Undocumented

def match_classvar(var): (source)

Unpack the type parameter from ClassVar[T].

def match_initvar(var): (source)

Unpack the type parameter from InitVar[T].

Undocumented