Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
class
MyDict(dict):
40
def
_repr_pretty_(self, p, cycle):
41
p.text(
"MyDict(...)"
)
42
43
class
MyObj(object):
44
def
somemethod(self):
Callers
1
test_dispatch
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_dispatch
Function · 0.68