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

binascii.a2b_hex(hexstr) binascii.unhexlify(hexstr) Return the binary data represented by the hexadecimal string

2025-01-10 15:47:30
datetime.tzinfo.utcoffset()
  • References/Python/Python/Data Types

tzinfo.utcoffset(dt) Return offset of local time from UTC, in minutes east of UTC. If local time is west of UTC, this should

2025-01-10 15:47:30
datetime.date.timetuple()
  • References/Python/Python/Data Types

date.timetuple() Return a

2025-01-10 15:47:30
audioop.rms()
  • References/Python/Python/Multimedia

audioop.rms(fragment, width) Return the root-mean-square of the fragment, i.e. sqrt(sum(S_i^2)/n).

2025-01-10 15:47:30
curses.window.timeout()
  • References/Python/Python/Operating System

window.timeout(delay) Set blocking or non-blocking read behavior for the window. If delay is negative, blocking read

2025-01-10 15:47:30
ipaddress.IPv4Address.max_prefixlen
  • References/Python/Python/Internet

max_prefixlen The total number of bits in the address representation for this version: 32 for IPv4, 128

2025-01-10 15:47:30
os.pathconf_names
  • References/Python/Python/Operating System

os.pathconf_names Dictionary mapping names accepted by pathconf() and fpathconf() to the integer values

2025-01-10 15:47:30
http.client.HTTPConnection.close()
  • References/Python/Python/Internet

HTTPConnection.close() Close the connection to the server.

2025-01-10 15:47:30
ctypes.
  • References/Python/Python/Operating System

class ctypes._Pointer Private, abstract base class for pointers. Concrete pointer types are

2025-01-10 15:47:30
collections.ChainMap.maps
  • References/Python/Python/Data Types

maps A user updateable list of mappings. The list is ordered from first-searched to last-searched. It is the only stored state

2025-01-10 15:47:30