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

Function unload_ipython_extension

examples/utils/cwd_prompt.py:18–22  ·  view source on GitHub ↗
(shell)

Source from the content-addressed store, hash-verified

16 shell.prompts = new_prompts
17
18def unload_ipython_extension(shell):
19 if not hasattr(shell.prompts, 'old_prompts'):
20 print("cannot unload")
21 else:
22 shell.prompts = shell.prompts.old_prompts
23
24
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected