Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ some_method
Method
some_method
IPython/utils/tests/test_dir2.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
raise
KeyError(
"I should be caught"
)
48
49
def
some_method(self):
50
pass
51
52
class
SillierWithDir(MisbehavingGetattr):
53
def
__dir__(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected