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

Method get

src/prefect/client/cloud.py:188–189  ·  view source on GitHub ↗
(self, route: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

186 assert False, "This should never be called but must be defined for __enter__"
187
188 async def get(self, route: str, **kwargs: Any) -> Any:
189 return await self.request("GET", route, **kwargs)
190
191 async def raw_request(
192 self,

Callers 15

read_workspacesMethod · 0.95
read_worker_metadataMethod · 0.95
read_account_settingsMethod · 0.95
get_or_create_clientFunction · 0.45
_send_with_retryMethod · 0.45
_send_with_retryMethod · 0.45
_ensure_connectedMethod · 0.45
get_attribution_headersFunction · 0.45
get_clientFunction · 0.45
__init__Method · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected