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

Function reset_known_modules_cache

mypy/known_modules.py:141–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139
140
141def reset_known_modules_cache() -> None:
142 global _known_modules_cache
143 _known_modules_cache = None
144
145
146def get_stdlib_modules(

Callers 1

buildFunction · 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…