MCPcopy 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
21def test_SubClass():
22 class SubClass(Base):
23 y = 2
24
25 res = dir2(SubClass())
26 assert "y" in res

Callers 2

test_SubClassFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_SubClassFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…