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

Method __repr__

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

Source from the content-addressed store, hash-verified

42 p.text(self._lsmagic())
43
44 def __repr__(self):
45 return self.__str__()
46
47 def __str__(self):
48 return self._lsmagic()

Callers

nothing calls this directly

Calls 1

__str__Method · 0.95

Tested by

no test coverage detected