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

Function load_ipython_extension

tests/fake_ext_dir/daft_extension.py:8–10  ·  view source on GitHub ↗
(ip)

Source from the content-addressed store, hash-verified

6
7
8def load_ipython_extension(ip):
9 # set up simplified quantity input
10 ip.push(some_vars)
11
12
13def unload_ipython_extension(ip):

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…