binascii.rledecode_hqx()
  • References/Python/Python/Internet Data

binascii.rledecode_hqx(data) Perform RLE-decompression on the data, as per the binhex4 standard. The algorithm uses 0x90

2025-01-10 15:47:30
selectors.BaseSelector.unregister()
  • References/Python/Python/Inputouput

abstractmethod unregister(fileobj) Unregister a file object from selection, removing it from monitoring. A file object shall

2025-01-10 15:47:30
ftplib.error_proto
  • References/Python/Python/Internet

exception ftplib.error_proto Exception raised when a reply is received from the server that does not fit the response specifications

2025-01-10 15:47:30
ipaddress.IPv6Network.is_multicast
  • References/Python/Python/Internet

is_multicast

2025-01-10 15:47:30
weakref.WeakSet
  • References/Python/Python/Data Types

class weakref.WeakSet([elements]) Set class that keeps weak references to its elements. An element will be discarded when no

2025-01-10 15:47:30
io.IOBase.tell()
  • References/Python/Python/Operating System

tell() Return the current stream position.

2025-01-10 15:47:30
turtle.shearfactor()
  • References/Python/Python/Frameworks

turtle.shearfactor(shear=None)

2025-01-10 15:47:30
zipfile.ZipInfo.volume
  • References/Python/Python/Data Compression

ZipInfo.volume Volume number of file header.

2025-01-10 15:47:30
imaplib.IMAP4.status()
  • References/Python/Python/Internet

IMAP4.status(mailbox, names) Request named status conditions for mailbox.

2025-01-10 15:47:30
xml.etree.ElementTree.ElementTree.iter()
  • References/Python/Python/Structured Markup

iter(tag=None) Creates and returns a tree iterator for the root element. The iterator loops over all elements in this tree,

2025-01-10 15:47:30