MCPcopy Index your code
hub / github.com/python/mypy / get_customize_class_mro_hook

Method get_customize_class_mro_hook

mypy/plugin.py:913–916  ·  view source on GitHub ↗
(
        self, fullname: str
    )

Source from the content-addressed store, hash-verified

911 return self._find_hook(lambda plugin: plugin.get_base_class_hook(fullname))
912
913 def get_customize_class_mro_hook(
914 self, fullname: str
915 ) -> Callable[[ClassDefContext], None] | None:
916 return self._find_hook(lambda plugin: plugin.get_customize_class_mro_hook(fullname))
917
918 def get_dynamic_class_hook(
919 self, fullname: str

Callers

nothing calls this directly

Calls 2

_find_hookMethod · 0.95

Tested by

no test coverage detected