Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ workers
Method
workers
playwright/_impl/_page.py:1147–1148 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1145
1146
@property
1147
def
workers(self) -> List[
"Worker"
]:
1148
return
self._workers.copy()
1149
1150
@property
1151
def
request(self) ->
"APIRequestContext"
:
Callers
nothing calls this directly
Calls
1
copy
Method · 0.80
Tested by
no test coverage detected