MCPcopy Create free account
hub / github.com/ipython/ipython / _call_unload_ipython_extension

Method _call_unload_ipython_extension

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

Source from the content-addressed store, hash-verified

135 return True
136
137 def _call_unload_ipython_extension(self, mod):
138 if hasattr(mod, 'unload_ipython_extension'):
139 mod.unload_ipython_extension(self.shell)
140 return True
141
142 @undoc
143 def install_extension(self, url, filename=None):

Callers 1

unload_extensionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected