Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ reset
Method
reset
mypy/errors.py:532–533 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
530
self.recorded = defaultdict(list)
531
532
def
reset(self) -> None:
533
self.initialize()
534
535
def
set_ignore_prefix(self, prefix: str) -> None:
536
""
"Set path prefix that will be removed from all paths."
""
Callers
7
build
Function · 0.45
free_state
Method · 0.45
freshen_all_functions_type_vars
Function · 0.45
trigger
Method · 0.45
update_module
Method · 0.45
update_module_isolated
Function · 0.45
reprocess_nodes
Function · 0.45
Calls
1
initialize
Method · 0.95
Tested by
no test coverage detected