class documentation

class _TypedDictBuilder(_Builder): (source)

View In Hierarchy

Build a typed dict.

Method make_base_class Undocumented
Method make_derived_class Undocumented
Method matches_base Undocumented
Method matches_class Undocumented
Method matches_mro Undocumented
Constant CLASSES Undocumented

Inherited from _Builder:

Method __init__ Undocumented
Method maybe_build_from_mro Undocumented
Method maybe_build_from_pytd Undocumented
Instance Variable convert Undocumented
Instance Variable ctx Undocumented
def make_derived_class(self, name, pytd_cls): (source)
def matches_base(self, c): (source)
def matches_class(self, c): (source)
def matches_mro(self, c): (source)
CLASSES: tuple[str, ...] = (source)

Undocumented

Value
('typing.TypedDict', 'typing_extensions.TypedDict')