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

Method _call_load_ipython_extension

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

Source from the content-addressed store, hash-verified

130 self.load_extension(module_str)
131
132 def _call_load_ipython_extension(self, mod):
133 if hasattr(mod, 'load_ipython_extension'):
134 mod.load_ipython_extension(self.shell)
135 return True
136
137 def _call_unload_ipython_extension(self, mod):
138 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