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
argparse.ArgumentParser.format_help()
  • References/Python/Python/Operating System

ArgumentParser.format_help() Return a string containing a help message, including the program usage and information about the

2025-01-10 15:47:30
pyclbr.readmodule()
  • References/Python/Python/Language

pyclbr.readmodule(module, path=None) Read a module and return a dictionary mapping class names to class descriptor objects.

2025-01-10 15:47:30
profile.Profile.print_stats()
  • References/Python/Python/Debugging & Profiling

print_stats(sort=-1) Create a Stats object based on the current profile and print the results to stdout.

2025-01-10 15:47:30
msvcrt.open_osfhandle()
  • References/Python/Python/MS Windows

msvcrt.open_osfhandle(handle, flags) Create a C runtime file descriptor from the file handle handle. The flags

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

class argparse.ArgumentParser(prog=None, usage=None, description=None, epilog=None, parents=[], formatter_class=argparse.HelpFormatter, prefix_chars='-', fromfile_prefix_chars=None

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

importlib.find_loader(name, path=None) Find the loader for a module, optionally within the specified path. If the module

2025-01-10 15:47:30