Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_bindings
Function · 0.85
test__get_default_css
Function · 0.85
test_component_classes_inheritance
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_inherited_bindings
Function · 0.68
test__get_default_css
Function · 0.68
test_component_classes_inheritance
Function · 0.68