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

Method __repr__

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

Source from the content-addressed store, hash-verified

23
24class B(A):
25 def __repr__(self):
26 return 'B()'
27
28class C:
29 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected