MCPcopy
hub / github.com/Textualize/textual / watch_first_name

Method watch_first_name

tests/test_reactive.py:156–157  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

154 last_name = reactive("Burns", init=False)
155
156 def watch_first_name(self, value):
157 calls.append(f"first_name {value}")
158
159 def watch_last_name(self, value):
160 calls.append(f"last_name {value}")

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected