MCPcopy Create free account
hub / github.com/ipython/ipython / SubClass

Class SubClass

IPython/utils/tests/test_dir2.py:21–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19def test_SubClass():
20
21 class SubClass(Base):
22 y = 2
23
24 res = dir2(SubClass())
25 assert ('y' in res)

Callers 2

test_SubClassFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_SubClassFunction · 0.68