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