MCPcopy Create free account
hub / github.com/pybind/pybind11 / get_await_result

Function get_await_result

tests/test_async.py:21–22  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

19
20
21async def get_await_result(x):
22 return await x
23
24
25def test_await(event_loop):

Callers 2

test_awaitFunction · 0.85
test_await_missingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected