MCPcopy
hub / github.com/python/mypy / get_unused_configs

Method get_unused_configs

mypy/options.py:636–637  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

634 return options
635
636 def get_unused_configs(self) -> set[str]:
637 return self._unused_configs.copy()
638
639 def compile_glob(self, s: str) -> Pattern[str]:
640 # Compile one of the glob patterns to a regex so that '.*' can

Callers 1

warn_unused_configsFunction · 0.80

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected