MCPcopy Create free account
hub / github.com/EasyIME/PIME / gen_test

Function gen_test

python/python3/tornado/testing.py:577–580  ·  view source on GitHub ↗
(
    *, timeout: Optional[float] = None
)

Source from the content-addressed store, hash-verified

575
576@typing.overload
577def gen_test(
578 *, timeout: Optional[float] = None
579) -> Callable[[Callable[..., Union[Generator, "Coroutine"]]], Callable[..., None]]:
580 pass
581
582
583@typing.overload # noqa: F811

Callers

nothing calls this directly

Calls 2

get_async_test_timeoutFunction · 0.85
wrapFunction · 0.85

Tested by

no test coverage detected