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

Method __repr__

IPython/lib/tests/test_pretty.py:249–250  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

247
248 class C(object):
249 def __repr__(self):
250 return ustr
251
252 c = C()
253 p = pretty.pretty(c)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected