zipfile.ZipInfo.flag_bits
  • References/Python/Python/Data Compression

ZipInfo.flag_bits ZIP flag bits.

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

find_loader(fullname) Attempt to find the loader to handle fullname within path.

2025-01-10 15:47:30
os.supports_dir_fd
  • References/Python/Python/Operating System

os.supports_dir_fd A

2025-01-10 15:47:30
pty.openpty()
  • References/Python/Python/Unix

pty.openpty() Open a new pseudo-terminal pair, using

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

xml.etree.ElementTree.XML(text, parser=None) Parses an XML section from a string constant. This function can be used to embed

2025-01-10 15:47:30
fileinput.isstdin()
  • References/Python/Python/File & Directory Access

fileinput.isstdin() Returns true if the last line was read from sys.stdin, otherwise returns false.

2025-01-10 15:47:30
doctest.DocTest.docstring
  • References/Python/Python/Development Tools

docstring The string that the test was extracted from, or ‘None’ if the string is unavailable, or if the test was not extracted

2025-01-10 15:47:30
operator.length_hint()
  • References/Python/Python/Functional Programming

operator.length_hint(obj, default=0) Return an estimated length for the object o. First try to return its actual length

2025-01-10 15:47:30
test.support.import_module()
  • References/Python/Python/Development Tools

test.support.import_module(name, deprecated=False) This function imports and returns the named module. Unlike a normal import

2025-01-10 15:47:30
pdb.Pdb.set_trace()
  • References/Python/Python/Debugging & Profiling

set_trace() See the documentation for the functions explained above.

2025-01-10 15:47:30