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

Method report_config_data

mypy/plugin.py:839–841  ·  view source on GitHub ↗
(self, ctx: ReportConfigContext)

Source from the content-addressed store, hash-verified

837 plugin.set_modules(modules)
838
839 def report_config_data(self, ctx: ReportConfigContext) -> Any:
840 config_data = [plugin.report_config_data(ctx) for plugin in self._plugins]
841 return config_data if any(x is not None for x in config_data) else None
842
843 def get_additional_deps(self, file: MypyFile) -> list[tuple[int, str, int]]:
844 deps = []

Callers

nothing calls this directly

Calls 2

anyFunction · 0.85
report_config_dataMethod · 0.45

Tested by

no test coverage detected