MCPcopy Create free account
hub / github.com/Textualize/textual / D

Class D

tests/test_dom.py:93–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 BINDINGS = [("c", "c", "c")]
92
93 class D(C, inherit_bindings=False):
94 pass
95
96 class E(D):
97 BINDINGS = [("e", "e", "e")]

Callers 3

test_inherited_bindingsFunction · 0.85
test__get_default_cssFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_inherited_bindingsFunction · 0.68
test__get_default_cssFunction · 0.68