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

Method _repr_pretty_

IPython/lib/pretty.py:538–539  ·  view source on GitHub ↗
(self, p, cycle)

Source from the content-addressed store, hash-verified

536 self.value = value
537
538 def _repr_pretty_(self, p, cycle):
539 p.text(self.value)
540
541
542class CallExpression:

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected