module documentation

Undocumented

Class NpipeFileIOBase Undocumented
Class NpipeSocket Partial implementation of the socket API over windows named pipes. This implementation is only designed to be used as a client socket, and server-specific methods (bind, listen, accept...) are not implemented.
Function check_closed Undocumented
Constant MAXIMUM_RETRY_COUNT Undocumented
Variable cERROR_PIPE_BUSY Undocumented
Variable cSECURITY_ANONYMOUS Undocumented
Variable cSECURITY_SQOS_PRESENT Undocumented
def check_closed(f): (source)

Undocumented

MAXIMUM_RETRY_COUNT: int = (source)

Undocumented

Value
10
cERROR_PIPE_BUSY: int = (source)

Undocumented

cSECURITY_ANONYMOUS: int = (source)

Undocumented

cSECURITY_SQOS_PRESENT: int = (source)

Undocumented