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

Method __getattr__

IPython/core/tests/test_oinspect.py:131–132  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

129
130class Awkward(object):
131 def __getattr__(self, name):
132 raise Exception(name)
133
134class NoBoolCall:
135 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected