Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
class
Awkward(object):
131
def
__getattr__(self, name):
132
raise
Exception(name)
133
134
class
NoBoolCall:
135
""
"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected