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

Function task

tests/sync/conftest.py:114–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 return body
113
114 async def task() -> None:
115 for action in actions:
116 g = greenlet(action_wrapper(action))
117 g.switch()
118
119 asyncio.create_task(task())
120

Callers 2

_with_elementMethod · 0.85
_sync_gather_implFunction · 0.85

Calls 1

action_wrapperFunction · 0.85

Tested by

no test coverage detected