Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/textual
/ compose
Method
compose
tests/test_data_bind.py:78–81 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
76
foo = reactive(
"Bar"
)
77
78
def
compose(self) -> ComposeResult:
79
yield
FooLabel(id=
"label1"
).data_bind(
80
nofoo=DataBindErrorApp.foo
81
)
# Missing reactive
82
83
app = DataBindErrorApp()
84
with
pytest.raises(ReactiveError):
Callers
nothing calls this directly
Calls
2
FooLabel
Class · 0.85
data_bind
Method · 0.80
Tested by
no test coverage detected