MCPcopy Index your code
hub / github.com/microsoft/playwright-python / main

Function main

scripts/generate_async_api.py:133–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131
132
133def main() -> None:
134 print(header)
135 print(
136 "from playwright._impl._async_base import AsyncEventContextManager, AsyncBase, AsyncContextManager, mapping"
137 )
138
139 for t in generated_types:
140 generate(t)
141 documentation_provider.print_remainder()
142
143
144if __name__ == "__main__": # pragma: no cover

Callers 1

Calls 2

print_remainderMethod · 0.80
generateFunction · 0.70

Tested by

no test coverage detected