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

Method request_stop

playwright/_impl/_transport.py:55–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53
54 @abstractmethod
55 def request_stop(self) -> None:
56 pass
57
58 def dispose(self) -> None:
59 pass

Callers 2

stop_syncMethod · 0.45
stop_asyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected