Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/textual
/ on_mount
Method
on_mount
tests/test_mount.py:16–18 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
return
self.renderable
15
16
async
def
on_mount(self):
17
await asyncio.sleep(0.1)
18
self.renderable =
"1234"
19
20
21
async
def
test_render_only_after_mount():
Callers
nothing calls this directly
Calls
1
sleep
Method · 0.80
Tested by
no test coverage detected