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

Method service_worker

playwright/_impl/_network.py:189–193  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

187
188 @property
189 def service_worker(self) -> Optional["Worker"]:
190 return cast(
191 Optional["Worker"],
192 from_nullable_channel(self._initializer.get("serviceWorker")),
193 )
194
195 @property
196 def method(self) -> str:

Callers

nothing calls this directly

Calls 2

from_nullable_channelFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected