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

Method writeorg

src/_pytest/capture.py:458–461  ·  view source on GitHub ↗
(self, data: str)

Source from the content-addressed store, hash-verified

456 return res
457
458 def writeorg(self, data: str) -> None:
459 self._assert_state("writeorg", ("started", "suspended"))
460 self._old.write(data)
461 self._old.flush()
462
463
464class FDCaptureBase(CaptureBase[AnyStr]):

Callers

nothing calls this directly

Calls 3

_assert_stateMethod · 0.45
writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected