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

Method get_template_vars

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

Source from the content-addressed store, hash-verified

46 ) -> list[dict[str, Any]]: ...
47
48 def get_template_vars(self, **kwargs) -> dict[str, Any]: ...
49
50 def serialize(self) -> dict[str, Any]: ...
51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected