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

Method _is_capturing

src/_pytest/debugging.py:104–107  ·  view source on GitHub ↗
(cls, capman: CaptureManager | None)

Source from the content-addressed store, hash-verified

102
103 @classmethod
104 def _is_capturing(cls, capman: CaptureManager | None) -> str | bool:
105 if capman:
106 return capman.is_capturing()
107 return False
108
109 @classmethod
110 def _import_pdb_cls(cls, capman: CaptureManager | None):

Callers 2

do_continueMethod · 0.80
_init_pdbMethod · 0.80

Calls 1

is_capturingMethod · 0.80

Tested by

no test coverage detected