Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/textual
/ watch_count
Method
watch_count
tests/test_reactive.py:256–257 ·
view source on GitHub ↗
(self, value: int)
Source
from the content-addressed store, hash-verified
254
return
value + 1
255
256
def
watch_count(self, value: int) -> None:
257
self.calls.append(f
"watch {value}"
)
258
259
def
compute_count_times_ten(self) -> int:
260
self.calls.append(f
"compute {self.count}"
)
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected