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

Method __repr__

IPython/core/tests/test_formatters.py:21–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19
20class A(object):
21 def __repr__(self):
22 return 'A()'
23
24class B(A):
25 def __repr__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected