Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ Async
Class
Async
tests/test__utils.py:37–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
def
test_async_method() -> None:
37
class
Async:
38
async
def
method(self) -> None: ...
# pragma: no cover
39
40
class
Sync:
41
def
method(self) -> None: ...
# pragma: no cover
Callers
3
test_async_method
Function · 0.85
test_async_object_call
Function · 0.85
test_async_partial_object_call
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_async_method
Function · 0.68
test_async_object_call
Function · 0.68
test_async_partial_object_call
Function · 0.68