MCPcopy Create free account
hub / github.com/pytest-dev/pytest / is_started

Method is_started

src/_pytest/capture.py:591–593  ·  view source on GitHub ↗

Whether actively capturing -- not suspended or stopped.

(self)

Source from the content-addressed store, hash-verified

589 self.in_.done()
590
591 def is_started(self) -> bool:
592 """Whether actively capturing -- not suspended or stopped."""
593 return self._state == "started"
594
595 def readouterr(self) -> CaptureResult[AnyStr]:
596 out = self.out.snap() if self.out else ""

Callers 2

_is_startedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected