Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ test_await_missing
Function
test_await_missing
tests/test_async.py:29–31 ·
view source on GitHub ↗
(event_loop)
Source
from the content-addressed store, hash-verified
27
28
29
def
test_await_missing(event_loop):
30
with
pytest.raises(TypeError):
31
event_loop.run_until_complete(get_await_result(m.DoesNotSupportAsync()))
Callers
nothing calls this directly
Calls
1
get_await_result
Function · 0.85
Tested by
no test coverage detected