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

Method __str__

IPython/core/magics/basic.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41 p.text(self._lsmagic())
42
43 def __str__(self):
44 return self._lsmagic()
45
46 def _jsonable(self):
47 """turn magics dict into jsonable dict of the same structure

Callers

nothing calls this directly

Calls 1

_lsmagicMethod · 0.95

Tested by

no test coverage detected