module documentation

Shared code between dmypy.py and dmypy_server.py. This should be pretty lightweight and not depend on other mypy code (other than ipc).

Function receive Receive JSON data from a connection until EOF.
Constant DEFAULT_STATUS_FILE Undocumented
def receive(connection: IPCBase) -> Any: (source)

Receive JSON data from a connection until EOF. Raise OSError if the data received is not valid JSON or if it is not a dict.

DEFAULT_STATUS_FILE: str = (source)

Undocumented

Value
'.dmypy.json'