mmap.mmap.closed
  • References/Python/Python/Networking

closed True if the file is closed. New

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

socket.recv(bufsize[, flags]) Receive data from the socket. The return value is a bytes object representing the data received

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

SSLContext.set_servername_callback(server_name_callback) Register a callback function that will be called after the TLS Client

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

socket.inet_ntoa(packed_ip) Convert a 32-bit packed IPv4 address (a bytes-like object

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

socket.accept() Accept a connection. The socket must be bound to an address and listening for connections. The return value

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

signal.sigpending() Examine the set of signals that are pending for delivery to the calling thread (i.e., the signals which

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

socket.fromshare(data) Instantiate a socket from data obtained from the socket.share() method. The socket is assumed

2025-01-10 15:47:30