Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ is_async_callable
Function
is_async_callable
starlette/_utils.py:35–35 · starlette/_utils.py::is_async_callable
(obj: AwaitableCallable[T])
Source
from the content-addressed store, hash-verified
33
34
@overload
35
def
is_async_callable(obj: AwaitableCallable[T]) -> TypeIs[AwaitableCallable[T]]: ...
36
37
38
@overload
Callers
14
_is_asgi3
Function · 0.90
__init__
Method · 0.90
wrapped_app
Function · 0.90
dispatch
Method · 0.90
decorator
Function · 0.90
request_response
Function · 0.90
__call__
Method · 0.90
test_async_func
Function · 0.90
test_async_partial
Function · 0.90
test_async_method
Function · 0.90
test_async_object_call
Function · 0.90
test_async_partial_object_call
Function · 0.90
Calls
no outgoing calls
Tested by
8
_is_asgi3
Function · 0.72
test_async_func
Function · 0.72
test_async_partial
Function · 0.72
test_async_method
Function · 0.72
test_async_object_call
Function · 0.72
test_async_partial_object_call
Function · 0.72
test_async_nested_partial
Function · 0.72
test_async_mocked_async_function
Function · 0.72