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

Method serialize

src/webwright/__init__.py:50–50  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 def get_template_vars(self, **kwargs) -> dict[str, Any]: ...
49
50 def serialize(self) -> dict[str, Any]: ...
51
52
53class Environment(Protocol):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected