MCPcopy Index your code
hub / github.com/ipython/ipython / clear_import_tracker

Method clear_import_tracker

IPython/extensions/autoreload.py:224–226  ·  view source on GitHub ↗

Clear the persistent import tracker state

(self)

Source from the content-addressed store, hash-verified

222 self.modules[module_name] = True
223
224 def clear_import_tracker(self):
225 """Clear the persistent import tracker state"""
226 self.import_from_tracker = ImportFromTracker({}, {})
227
228 def aimport_module(self, module_name):
229 """Import a module, and mark it reloadable

Callers

nothing calls this directly

Calls 1

ImportFromTrackerClass · 0.85

Tested by

no test coverage detected