MCPcopy
hub / github.com/pytest-dev/pytest / suspend

Method suspend

src/_pytest/capture.py:349–350  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

347 pass
348
349 def suspend(self) -> None:
350 pass
351
352 def resume(self) -> None:
353 pass

Calls

no outgoing calls