socket.herror
  • References/Python/Python/Networking

exception socket.herror A subclass of

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

socket.makefile(mode='r', buffering=None, *, encoding=None, errors=None, newline=None) Return a file

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

ssl.create_default_context(purpose=Purpose.SERVER_AUTH, cafile=None, capath=None, cadata=None) Return a new SSLContext

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

SSLContext.cert_store_stats() Get statistics about quantities of loaded X.509 certificates, count of X.509 certificates flagged

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

socket.sethostname(name) Set the machine’s hostname to name. This will raise an

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

resize(newsize) Resizes the map and the underlying file, if any. If the mmap was created with ACCESS_READ or

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

signal.sigwait(sigset) Suspend execution of the calling thread until the delivery of one of the signals specified in the signal

2025-01-10 15:47:30
asynchat.async_chat.found_terminator()
  • References/Python/Python/Networking

async_chat.found_terminator() Called when the incoming data stream matches the termination condition set by set_terminator()

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

socket.recvmsg_into(buffers[, ancbufsize[, flags]]) Receive normal data and ancillary data from the socket, behaving as recvmsg()

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

socket.recvmsg(bufsize[, ancbufsize[, flags]]) Receive normal data (up to bufsize bytes) and ancillary data from the

2025-01-10 15:47:30