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

Method __init__

IPython/core/magics/code.py:177–179  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

175 """Magics related to code management (loading, saving, editing, ...)."""
176
177 def __init__(self, *args, **kwargs):
178 self._knowntemps = set()
179 super(CodeMagics, self).__init__(*args, **kwargs)
180
181 @line_magic
182 def save(self, parameter_s=''):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected