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

Method is_globally_capturing

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

Source from the content-addressed store, hash-verified

766 # Global capturing control
767
768 def is_globally_capturing(self) -> bool:
769 return self._method != "no"
770
771 def start_global_capturing(self) -> None:
772 assert self._global_capturing is None

Callers 1

is_capturingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected