Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ func
Function
func
tests/test__utils.py:18–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
async
def
async_func() -> None: ...
# pragma: no cover
17
18
def
func() -> None: ...
# pragma: no cover
19
20
assert is_async_callable(async_func)
21
assert not is_async_callable(func)
Callers
7
wrap
Method · 0.85
websocket_wrapper
Function · 0.85
async_wrapper
Function · 0.85
sync_wrapper
Function · 0.85
app
Function · 0.85
run
Function · 0.85
wrap
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected