MCPcopy
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
36def 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_methodFunction · 0.85
test_async_object_callFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_async_methodFunction · 0.68
test_async_object_callFunction · 0.68