MCPcopy Index your code
hub / github.com/python/mypy / IPCException

Class IPCException

mypy/ipc.py:50–51  ·  view source on GitHub ↗

Exception for IPC issues.

Source from the content-addressed store, hash-verified

48# TODO: we should make sure consistent exceptions are raised on different platforms.
49# Currently we raise either IPCException or OSError for equivalent conditions.
50class IPCException(Exception):
51 """Exception for IPC issues."""
52
53
54class IPCBase:

Callers 7

read_bytesMethod · 0.85
write_bytesMethod · 0.85
__init__Method · 0.85
__init__Method · 0.85
__enter__Method · 0.85
__exit__Method · 0.85
ready_to_readFunction · 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…