socket.socket.type
  • References/Python/Python/Networking

socket.type The socket type.

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

read_byte() Returns a byte at the current file position as an integer, and advances the file position by 1.

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

ssl.RAND_bytes(num) Return num cryptographically strong pseudo-random bytes. Raises an SSLError if the

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

class mmap.mmap(fileno, length, tagname=None, access=ACCESS_DEFAULT[, offset]) (Windows version) Maps length

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

ssl.enum_certificates(store_name) Retrieve certificates from Windows’ system cert store. store_name may be one of CA

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

signal.getitimer(which) Returns current value of a given interval timer specified by which. Availability: Unix.

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

ssl.PEM_cert_to_DER_cert(PEM_cert_string) Given a certificate as an ASCII PEM string, returns a DER-encoded sequence of bytes

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

class ssl.MemoryBIO A memory buffer that can be used to pass data between Python and an SSL protocol instance.

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