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

Class MyDict

IPython/lib/tests/test_pretty.py:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class MyDict(dict):
40 def _repr_pretty_(self, p, cycle):
41 p.text("MyDict(...)")
42
43class MyObj(object):
44 def somemethod(self):

Callers 1

test_dispatchFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_dispatchFunction · 0.68