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

Function main

src/webwright/tools/persistent_local_browser.py:308–310  ·  view source on GitHub ↗
(argv: list[str] | None = None)

Source from the content-addressed store, hash-verified

306
307
308def main(argv: list[str] | None = None) -> int:
309 args = _build_parser().parse_args(argv)
310 return args.func(args)
311
312
313if __name__ == "__main__":

Callers 1

Calls 1

_build_parserFunction · 0.85

Tested by

no test coverage detected