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

Function main

scripts/generate_sync_api.py:135–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133
134
135def main() -> None:
136 assert sys.version_info >= (3, 9)
137
138 print(header)
139 print(
140 "from playwright._impl._sync_base import EventContextManager, SyncBase, SyncContextManager, mapping"
141 )
142
143 for t in generated_types:
144 generate(t)
145 documentation_provider.print_remainder()
146
147
148if __name__ == "__main__": # pragma: no cover

Callers 1

Calls 2

print_remainderMethod · 0.80
generateFunction · 0.70

Tested by

no test coverage detected