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

Method is_started

src/_pytest/capture.py:701–703  ·  view source on GitHub ↗

Whether actively capturing -- not suspended or stopped.

(self)

Source from the content-addressed store, hash-verified

699 self.in_.done()
700
701 def is_started(self) -> bool:
702 """Whether actively capturing -- not suspended or stopped."""
703 return self._state == "started"
704
705 def readouterr(self) -> CaptureResult[AnyStr]:
706 out = self.out.snap() if self.out else ""

Callers 2

_is_startedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected