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

Class BadStatus

mypy/ipc.py:348–355  ·  view source on GitHub ↗

Exception raised when there is something wrong with the status file. For example: - No status file found - Status file malformed - Process whose pid is in the status file does not exist

Source from the content-addressed store, hash-verified

346
347
348class BadStatus(Exception):
349 """Exception raised when there is something wrong with the status file.
350
351 For example:
352 - No status file found
353 - Status file malformed
354 - Process whose pid is in the status file does not exist
355 """
356
357
358def read_status(status_file: str) -> dict[str, object]:

Callers 2

check_statusFunction · 0.90
read_statusFunction · 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…