socket.socket.settimeout()
  • References/Python/Python/Networking

socket.settimeout(value) Set a timeout on blocking socket operations. The value argument can be a nonnegative floating

2025-01-10 15:47:30
xdrlib.Unpacker.unpack_double()
  • References/Python/Python/File Formats

Unpacker.unpack_double() Unpacks a double-precision floating point number, similarly to unpack_float().

2025-01-10 15:47:30
sys.setswitchinterval()
  • References/Python/Python/Runtime

sys.setswitchinterval(interval) Set the interpreter’s thread switch interval (in seconds). This floating-point value determines

2025-01-10 15:47:30
array.array.remove()
  • References/Python/Python/Data Types

array.remove(x) Remove the first occurrence of x from the array.

2025-01-10 15:47:30
email.utils.parsedate_to_datetime()
  • References/Python/Python/Internet Data

email.utils.parsedate_to_datetime(date) The inverse of format_datetime(). Performs the same function as parsedate()

2025-01-10 15:47:30
zipimport.zipimporter
  • References/Python/Python/Importing

class zipimport.zipimporter(archivepath) Create a new zipimporter instance. archivepath must be a path to a ZIP file

2025-01-10 15:47:30
tkinter.ttk.Treeview.tag_has()
  • References/Python/Python/Tk

tag_has(tagname, item=None) If item is specified, returns 1 or 0 depending on whether the specified item has

2025-01-10 15:47:30
types.DynamicClassAttribute()
  • References/Python/Python/Data Types

types.DynamicClassAttribute(fget=None, fset=None, fdel=None, doc=None) Route attribute access on a class to __getattr__.

2025-01-10 15:47:30
decimal.Decimal.is_subnormal()
  • References/Python/Python/Numeric & Mathematical

is_subnormal(context=None) Return

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

class xml.etree.ElementTree.ElementTree(element=None, file=None) ElementTree wrapper class. This class represents an entire

2025-01-10 15:47:30