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

Method __class__

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

Source from the content-addressed store, hash-verified

167 __module__ = 1
168 @property
169 def __class__(self):
170 raise ValueError("I am horrible")
171
172 def __repr__(self):
173 raise BadException()

Callers 1

do_debugMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected