MCPcopy Create free account
hub / github.com/pyinvoke/invoke / SubprocessPipeError

Class SubprocessPipeError

invoke/exceptions.py:414–425  ·  view source on GitHub ↗

Some problem was encountered handling subprocess pipes (stdout/err/in). Typically only for corner cases; most of the time, errors in this area are raised by the interpreter or the operating system, and end up wrapped in a `.ThreadException`. .. versionadded:: 1.3

Source from the content-addressed store, hash-verified

412
413
414class SubprocessPipeError(Exception):
415 """
416 Some problem was encountered handling subprocess pipes (stdout/err/in).
417
418 Typically only for corner cases; most of the time, errors in this area are
419 raised by the interpreter or the operating system, and end up wrapped in a
420 `.ThreadException`.
421
422 .. versionadded:: 1.3
423 """
424
425 pass

Callers 2

_write_proc_stdinMethod · 0.85
close_proc_stdinMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…