MCPcopy Create free account
hub / github.com/ipython/traitlets / Bar

Class Bar

tests/test_traitlets.py:1204–1205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1202 t = This["Foo"]()
1203
1204 class Bar(Foo):
1205 pass
1206
1207 f = Foo()
1208 b = Bar()

Callers 4

test_basicMethod · 0.70
test_default_klassMethod · 0.70
test_subclassMethod · 0.70

Calls 1

ThisClass · 0.90

Tested by 4

test_basicMethod · 0.56
test_default_klassMethod · 0.56
test_subclassMethod · 0.56