xml.dom.pulldom.DOMEventStream.getEvent()
  • References/Python/Python/Structured Markup

getEvent() Return a tuple containing event and the current node as xml.dom.minidom.Document if

2025-01-10 15:47:30
smtpd.SMTPChannel.received_lines
  • References/Python/Python/Internet

received_lines Holds a list of the line strings (decoded using UTF-8) received from the client. The lines have their "\r\n"

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

aifc.getnframes() Return the number of audio frames in the file.

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

window.clear() Like erase(), but also cause the whole window to be repainted upon next call to refresh()

2025-01-10 15:47:30
wave.Wave_read.setpos()
  • References/Python/Python/Multimedia

Wave_read.setpos(pos) Set the file pointer to the specified position.

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

SSLSocket.selected_alpn_protocol() Return the protocol that was selected during the TLS handshake. If SSLContext.set_

2025-01-10 15:47:30
ftplib.FTP.set_pasv()
  • References/Python/Python/Internet

FTP.set_pasv(boolean) Enable “passive” mode if boolean is true, other disable passive mode. Passive mode is on by default

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

version

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

exception xml.sax.SAXNotSupportedException(msg, exception=None) Subclass of SAXException raised when a SAX

2025-01-10 15:47:30
email.headerregistry.ContentTransferEncoding
  • References/Python/Python/Internet Data

class email.headerregistry.ContentTransferEncoding Handles the Content-Transfer-Encoding header

2025-01-10 15:47:30