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

Function run_error

tests/workers/test_worker.py:107–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105
106async def test_run_error() -> None:
107 async def run_error() -> str:
108 await asyncio.sleep(0.1)
109 1 / 0
110 return "Never"
111
112 class ErrorApp(App):
113 pass

Callers

nothing calls this directly

Calls 1

sleepMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…