modulefinder.ModuleFinder.modules
  • References/Python/Python/Importing

modules A dictionary mapping module names to modules. See Example usage of ModuleFinder.

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

remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at

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

step(amount=None) Increments the progress bar’s value by amount. amount defaults

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
io.IOBase.
  • References/Python/Python/Operating System

__del__() Prepare for object destruction. IOBase provides a default implementation of this method that calls the

2025-01-10 15:47:30
re.escape()
  • References/Python/Python/Text Processing

re.escape(string) Escape all the characters in pattern except ASCII letters, numbers and '_'. This is useful if

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

findall(match, namespaces=None) Finds all matching subelements, by tag name or path. Returns a list containing

2025-01-10 15:47:30
pathlib.PurePath.is_absolute()
  • References/Python/Python/File & Directory Access

PurePath.is_absolute() Return whether the path is absolute or not. A path is considered absolute if it has both a root and (if

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

xml.sax.parseString(string, handler, error_handler=handler.ErrorHandler()) Similar to parse(), but parses from

2025-01-10 15:47:30
lzma.LZMADecompressor.check
  • References/Python/Python/Data Compression

check The ID of the integrity check used by the input stream. This may be CHECK_UNKNOWN until enough of the input

2025-01-10 15:47:30