MCPcopy Create free account
hub / github.com/microsoft/Webwright / _post_url

Method _post_url

src/webwright/models/base.py:265–266  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

263 raise NotImplementedError
264
265 def _post_url(self) -> str:
266 raise NotImplementedError
267
268 def _build_payload(self, messages: list[dict[str, Any]]) -> dict[str, Any]:
269 raise NotImplementedError

Callers 2

_log_gateway_errorMethod · 0.95
_post_with_retriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected