MCPcopy
hub / github.com/PrefectHQ/prefect / get_client

Function get_client

src/prefect/client/orchestration/__init__.py:176–179  ·  view source on GitHub ↗
(
    httpx_settings: Optional[dict[str, Any]],
    sync_client: Literal[False],
)

Source from the content-addressed store, hash-verified

174
175@overload
176def get_client(
177 httpx_settings: Optional[dict[str, Any]],
178 sync_client: Literal[False],
179) -> "PrefectClient": ...
180
181
182@overload

Calls 6

startMethod · 0.95
SyncPrefectClientClass · 0.85
PrefectClientClass · 0.85
valueMethod · 0.80
getMethod · 0.45

Used in the wild real call sites across dependent graphs

searching dependent graphs…