mmap.mmap.readline()
  • References/Python/Python/Networking

readline() Returns a single line, starting at the current file position and up to the next newline.

2025-01-10 15:47:30
ssl.MemoryBIO.eof
  • References/Python/Python/Networking

eof A boolean indicating whether the memory BIO is current at the end-of-file position.

2025-01-10 15:47:30
mmap.mmap.write()
  • References/Python/Python/Networking

write(bytes) Write the bytes in bytes into memory at the current position of the file pointer; the file position is

2025-01-10 15:47:30
socket.socket.proto
  • References/Python/Python/Networking

socket.proto The socket protocol.

2025-01-10 15:47:30
socket.error
  • References/Python/Python/Networking

exception socket.error A deprecated alias of

2025-01-10 15:47:30
ssl.SSLSocket.pending()
  • References/Python/Python/Networking

SSLSocket.pending() Returns the number of already decrypted bytes available for read, pending on the connection.

2025-01-10 15:47:30
signal.sigtimedwait()
  • References/Python/Python/Networking

signal.sigtimedwait(sigset, timeout) Like sigwaitinfo(), but takes an additional timeout argument specifying

2025-01-10 15:47:30
asyncore.dispatcher.handle_accepted()
  • References/Python/Python/Networking

handle_accepted(sock, addr) Called on listening channels (passive openers) when a connection has been established with a new

2025-01-10 15:47:30
socket.gaierror
  • References/Python/Python/Networking

exception socket.gaierror A subclass of

2025-01-10 15:47:30
socket.fromfd()
  • References/Python/Python/Networking

socket.fromfd(fd, family, type, proto=0) Duplicate the file descriptor fd (an integer as returned by a file object’s

2025-01-10 15:47:30