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

Method start

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

Source from the content-addressed store, hash-verified

366 self.https_server = HTTPSServer()
367
368 def start(self) -> None:
369 self.server.start()
370 self.https_server.start()
371 self.thread = threading.Thread(
372 target=lambda: reactor.run(installSignalHandlers=False)
373 )
374 self.thread.start()
375
376 def stop(self) -> None:
377 reactor.stop()

Callers

nothing calls this directly

Calls 2

startMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected