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

Class C

IPython/lib/tests/test_pretty.py:248–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

test_unicode_reprFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_unicode_reprFunction · 0.56