MCPcopy 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
20def is_async_callable(obj: AwaitableCallable[T]) -> TypeGuard[AwaitableCallable[T]]: ...
21
22
23@overload

Callers 4

from_functionMethod · 0.90
create_resourceMethod · 0.90
readMethod · 0.90
renderMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected