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

Method get_template_vars

src/webwright/__init__.py:60–60  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

58 def execute(self, action: dict[str, Any], cwd: str = "") -> dict[str, Any]: ...
59
60 def get_template_vars(self, **kwargs) -> dict[str, Any]: ...
61
62 def serialize(self) -> dict[str, Any]: ...
63

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected