Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_element
Method · 0.85
_sync_gather_impl
Function · 0.85
Calls
1
action_wrapper
Function · 0.85
Tested by
no test coverage detected