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

Method __repr__

IPython/lib/tests/test_pretty.py:232–233  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

230 return type.__new__(cls, name, (object,), {'name': name})
231
232 def __repr__(self):
233 return "[CUSTOM REPR FOR CLASS %s]" % self.name
234
235
236ClassWithMeta = MetaClass('ClassWithMeta')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected