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

Method __call__

src/webwright/__init__.py:35–35  ·  view source on GitHub ↗
(self, messages: list[dict[str, Any]], **kwargs)

Source from the content-addressed store, hash-verified

33 config: Any
34
35 def __call__(self, messages: list[dict[str, Any]], **kwargs) -> str: ...
36
37 def query(self, messages: list[dict[str, Any]], **kwargs) -> dict[str, Any]: ...
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected