MCPcopy
hub / github.com/pytest-dev/pytest-xdist / initgateway

Method initgateway

src/xdist/looponfail.py:84–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

82 print("RemoteControl:", msg)
83
84 def initgateway(self) -> execnet.Gateway:
85 return execnet.makegateway("execmodel=main_thread_only//popen")
86
87 def setup(self) -> None:
88 if hasattr(self, "gateway"):

Callers 1

setupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected