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

Method stop

tests/server.py:376–378  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

374 self.thread.start()
375
376 def stop(self) -> None:
377 reactor.stop()
378 self.thread.join()
379
380 def reset(self) -> None:
381 self.server.reset()

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected