Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/modelcontextprotocol/python-sdk
/ is_async_callable
Function
is_async_callable
src/mcp/shared/_callable_inspection.py:20–20 ·
view source on GitHub ↗
(obj: AwaitableCallable[T])
Source
from the content-addressed store, hash-verified
18
19
@overload
20
def
is_async_callable(obj: AwaitableCallable[T]) -> TypeGuard[AwaitableCallable[T]]: ...
21
22
23
@overload
Callers
4
from_function
Method · 0.90
create_resource
Method · 0.90
read
Method · 0.90
render
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected