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

Class ReportConfigContext

mypy/plugin.py:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425# A context for querying for configuration data about a module for
426# cache invalidation purposes.
427class ReportConfigContext(NamedTuple):
428 id: str # Module name
429 path: str # Module file path
430 is_check: bool # Is this invocation for checking whether the config matches
431
432
433# A context for a function signature hook that infers a better signature for a

Callers 2

find_cache_metaFunction · 0.90
write_cacheFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…