Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ SubClass
Class
SubClass
tests/test_dir2.py:22–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
def
test_SubClass():
22
class
SubClass(Base):
23
y = 2
24
25
res = dir2(SubClass())
26
assert
"y"
in res
Callers
2
test_SubClass
Function · 0.85
test_SubClass_with_trait_names_attr
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_SubClass
Function · 0.68
test_SubClass_with_trait_names_attr
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…