socket.gaierror
  • References/Python/Python/Networking

exception socket.gaierror A subclass of

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

ssl.RAND_status() Return True if the SSL pseudo-random number generator has been seeded with ‘enough’ randomness

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
socket.error
  • References/Python/Python/Networking

exception socket.error A deprecated alias of

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

pending Return the number of bytes currently in the memory buffer.

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

exception ssl.SSLError Raised to signal an error from the underlying SSL implementation (currently provided by the OpenSSL library)

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.setdefaulttimeout()
  • References/Python/Python/Networking

socket.setdefaulttimeout(timeout) Set the default timeout in seconds (float) for new socket objects. When the socket module

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

write_byte(byte) Write the integer byte into memory at the current position of the file pointer; the file position

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

socket.getprotobyname(protocolname) Translate an Internet protocol name (for example, 'icmp') to a constant suitable

2025-01-10 15:47:30