MCPcopy Index your code
hub / github.com/bpython/bpython / reset

Method reset

bpython/curtsiesfrontend/filewatch.py:34–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 super().__init__()
33
34 def reset(self) -> None:
35 self.dirs.clear()
36 self.modules_to_add_later.clear()
37 self.observer.unschedule_all()
38
39 def _add_module(self, path: str) -> None:
40 """Add a python module to track changes"""

Callers 5

on_enterMethod · 0.45
_set_current_lineMethod · 0.45
_set_cursor_offsetMethod · 0.45
reevaluateMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected