Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ some_method
Method
some_method
tests/test_dir2.py:50–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
raise
KeyError(
"I should be caught"
)
49
50
def
some_method(self):
51
return
True
52
53
class
SillierWithDir(MisbehavingGetattr):
54
def
__dir__(self):
Callers
1
test_misbehaving_object_without_trait_names
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected