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

Method _call_unload_ipython_extension

IPython/core/extensions.py:132–135  ·  view source on GitHub ↗
(self, mod)

Source from the content-addressed store, hash-verified

130 return True
131
132 def _call_unload_ipython_extension(self, mod):
133 if hasattr(mod, 'unload_ipython_extension'):
134 mod.unload_ipython_extension(self.shell)
135 return True

Callers 1

unload_extensionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected