smtpd.SMTPChannel.seen_greeting
  • References/Python/Python/Internet

seen_greeting Holds a string containing the greeting sent by the client in its “HELO”.

2025-01-10 15:47:30
xml.dom.minidom.Node.unlink()
  • References/Python/Python/Structured Markup

Node.unlink() Break internal references within the DOM so that it will be garbage collected on versions of Python without cyclic

2025-01-10 15:47:30
mailbox.mbox.lock()
  • References/Python/Python/Internet Data

lock() unlock() Three locking mechanisms are used—dot locking and, if available, the flock() and lockf()

2025-01-10 15:47:30
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