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

Method writeorg

src/_pytest/capture.py:319–322  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

317 return res
318
319 def writeorg(self, data):
320 self._assert_state("writeorg", ("started", "suspended"))
321 self._old.write(data)
322 self._old.flush()
323
324
325class FDCaptureBinary:

Callers

nothing calls this directly

Calls 3

_assert_stateMethod · 0.45
writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected