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

Method __repr__

IPython/core/macro.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 return self.value
40
41 def __repr__(self):
42 return 'IPython.macro.Macro(%s)' % repr(self.value)
43
44 def __getstate__(self):
45 """ needed for safe pickling via %store """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected