MCPcopy 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

buildFunction · 0.45
free_stateMethod · 0.45
triggerMethod · 0.45
update_moduleMethod · 0.45
update_module_isolatedFunction · 0.45
reprocess_nodesFunction · 0.45

Calls 1

initializeMethod · 0.95

Tested by

no test coverage detected