MCPcopy Index your code
hub / github.com/pathwaycom/pathway / _fetch_response

Method _fetch_response

python/pathway/io/http/_server.py:468–471  ·  view source on GitHub ↗
(self, id, event)

Source from the content-addressed store, hash-verified

466 return self._cache_strategy.wrap_async(inner)
467
468 async def _fetch_response(self, id, event) -> Any:
469 await event.wait()
470 task = self._tasks.pop(id)
471 return task["result"]
472
473 def _cast_types_to_schema(self, payload: dict):
474 dtypes = self._schema._dtypes()

Callers 1

innerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected