class documentation

Build special classes created by inheriting from a specific class.

Method __init__ Undocumented
Method make_base_class Undocumented
Method make_derived_class Undocumented
Method matches_base Undocumented
Method matches_class Undocumented
Method matches_mro Undocumented
Method maybe_build_from_mro Undocumented
Method maybe_build_from_pytd Undocumented
Instance Variable convert Undocumented
Instance Variable ctx Undocumented
def __init__(self, ctx): (source)

Undocumented

def maybe_build_from_mro(self, abstract_cls, name, pytd_cls): (source)

Undocumented

def maybe_build_from_pytd(self, name, pytd_cls): (source)

Undocumented

Undocumented

Undocumented