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

Method resume

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

Source from the content-addressed store, hash-verified

350 pass
351
352 def resume(self) -> None:
353 pass
354
355 def snap(self) -> str:
356 return ""

Calls

no outgoing calls