BytesWarning
  • References/Python/Python/Built-in Exceptions

exception BytesWarning Base class for warnings related to

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

turtle.onkey(fun, key) turtle.onkeyrelease(fun, key)

2025-01-10 15:47:30
email.header.Header.encode()
  • References/Python/Python/Internet Data

encode(splitchars=';, \t', maxlinelen=None, linesep='\n') Encode a message header into an RFC-compliant format, possibly wrapping

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

Wave_read.close() Close the stream if it was opened by wave, and make the instance unusable. This is called automatically

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

FTP_TLS.ssl_version The SSL version to use (defaults to

2025-01-10 15:47:30
importlib.import_module()
  • References/Python/Python/Importing

importlib.import_module(name, package=None) Import a module. The name argument specifies what module to import in absolute

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

class email.headerregistry.ContentDispositionHeader A ParameterizedMIMEHeader class that handles the

2025-01-10 15:47:30
platform.popen()
  • References/Python/Python/Operating System

platform.popen(cmd, mode='r', bufsize=-1) Portable popen() interface. Find a working popen implementation preferring

2025-01-10 15:47:30
sqlite3.Connection.create_function()
  • References/Python/Python/Data Persistence

create_function(name, num_params, func) Creates a user-defined function that you can later use from within SQL statements under

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

iterfind(match, namespaces=None) Finds all matching subelements, by tag name or path. Returns an iterable yielding

2025-01-10 15:47:30