MCPcopy
hub / github.com/encode/starlette / Sync

Class Sync

tests/test__utils.py:40–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 async def method(self) -> None: ... # pragma: no cover
39
40 class Sync:
41 def method(self) -> None: ... # pragma: no cover
42
43 assert is_async_callable(Async().method)
44 assert not is_async_callable(Sync().method)

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