ssl.SSLError.library
  • References/Python/Python/Networking

library A string mnemonic designating the OpenSSL submodule in which the error occurred, such as SSL, PEM

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

async_chat.push_with_producer(producer) Takes a producer object and adds it to the producer fifo associated with the channel

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

socket.gettimeout() Return the timeout in seconds (float) associated with socket operations, or None if no timeout

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

write(buf) Write the bytes from buf to the memory BIO. The buf argument must be an object supporting the buffer

2025-01-10 15:47:30
signal.ItimerError
  • References/Python/Python/Networking

exception signal.ItimerError Raised to signal an error from the underlying setitimer() or getitimer()

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

signal.setitimer(which, seconds[, interval]) Sets given interval timer (one of signal.ITIMER_REAL, signal

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

socket.ntohl(x) Convert 32-bit positive integers from network to host byte order. On machines where the host byte order is the

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

socket.dup() Duplicate the socket. The newly created socket is

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

exception ssl.SSLWantWriteError A subclass of SSLError raised by a non-blocking SSL socket when trying

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

send(data) Send data to the remote end-point of the socket.

2025-01-10 15:47:30