MCPcopy Index your code
hub / github.com/Textualize/textual / FooLabel

Class FooLabel

tests/test_data_bind.py:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class FooLabel(Label):
9 foo = reactive("Foo")
10
11 def render(self) -> str:
12 return self.foo
13
14
15class DataBindApp(App):

Callers 2

composeMethod · 0.85
composeMethod · 0.85

Calls 1

reactiveClass · 0.90

Tested by 2

composeMethod · 0.68
composeMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…