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

Method _call_load_ipython_extension

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

Source from the content-addressed store, hash-verified

125 self.load_extension(module_str)
126
127 def _call_load_ipython_extension(self, mod):
128 if hasattr(mod, 'load_ipython_extension'):
129 mod.load_ipython_extension(self.shell)
130 return True
131
132 def _call_unload_ipython_extension(self, mod):
133 if hasattr(mod, 'unload_ipython_extension'):

Callers 2

_load_extensionMethod · 0.95
reload_extensionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected