MCPcopy Index your code
hub / github.com/reactive-python/reactpy / wait

Method wait

src/py/reactpy/tests/tooling/aio.py:12–16  ·  view source on GitHub ↗
(self, timeout: float | None = None)

Source from the content-addressed store, hash-verified

10 """An event with a ``wait_for`` method."""
11
12 async def wait(self, timeout: float | None = None):
13 return await wait_for(
14 super().wait(),
15 timeout=timeout or REACTPY_TESTING_DEFAULT_TIMEOUT.current,
16 )

Calls

no outgoing calls