class documentation

class SQLAlchemyPlugin(Plugin):

View In Hierarchy

Undocumented

Method get​_additional​_deps Undocumented
Method get​_attribute​_hook Undocumented
Method get​_base​_class​_hook Undocumented
Method get​_class​_decorator​_hook Undocumented
Method get​_customize​_class​_mro​_hook Undocumented
Method get​_dynamic​_class​_hook Undocumented
Method get​_metaclass​_hook Undocumented
def get_additional_deps(self, file):

Undocumented

Parameters
file:MypyFileUndocumented
Returns
List[Tuple[int, str, int]]Undocumented
def get_attribute_hook(self, fullname):

Undocumented

Parameters
fullname:strUndocumented
Returns
Optional[Callable[[AttributeContext], Type]]Undocumented
def get_base_class_hook(self, fullname):

Undocumented

Parameters
fullname:strUndocumented
Returns
Optional[Callable[[ClassDefContext], None]]Undocumented
def get_class_decorator_hook(self, fullname):

Undocumented

Parameters
fullname:strUndocumented
Returns
Optional[Callable[[ClassDefContext], None]]Undocumented
def get_customize_class_mro_hook(self, fullname):

Undocumented

Parameters
fullname:strUndocumented
Returns
Optional[Callable[[ClassDefContext], None]]Undocumented
def get_dynamic_class_hook(self, fullname):

Undocumented

Parameters
fullname:strUndocumented
Returns
Optional[Callable[[DynamicClassDefContext], None]]Undocumented
def get_metaclass_hook(self, fullname):

Undocumented

Parameters
fullname:strUndocumented
Returns
Optional[Callable[[ClassDefContext], None]]Undocumented