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

Function func

tests/test__utils.py:18–18  ·  tests/test__utils.py::func
()

Source from the content-addressed store, hash-verified

16 async def async_func() -> None: ... class="cm"># pragma: no cover
17
18 def func() -> None: ... class="cm"># pragma: no cover
19
20 assert is_async_callable(async_func)
21 assert not is_async_callable(func)

Callers 7

wrapMethod · 0.85
websocket_wrapperFunction · 0.85
async_wrapperFunction · 0.85
sync_wrapperFunction · 0.85
appFunction · 0.85
runFunction · 0.85
wrapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected