xml.parsers.expat.xmlparser.DefaultHandlerExpand()
  • References/Python/Python/Structured Markup

xmlparser.DefaultHandlerExpand(data) This is the same as the DefaultHandler(), but doesn’t inhibit expansion of

2025-01-10 15:47:30
io.IOBase.writelines()
  • References/Python/Python/Operating System

writelines(lines) Write a list of lines to the stream. Line separators are not added, so it is usual for each of the lines provided

2025-01-10 15:47:30
bytes.translate()
  • References/Python/Python/Built-in Types

bytes.translate(table[, delete]) bytearray.translate(table[, delete]) Return a copy of the bytes or bytearray object

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

PurePath.as_uri() Represent the path as a file URI.

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

stat.S_ISSOCK(mode) Return non-zero if the mode is from a socket.

2025-01-10 15:47:30
doctest.register_optionflag()
  • References/Python/Python/Development Tools

doctest.register_optionflag(name) Create a new option flag with a given name, and return the new flag’s integer value.

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

ErrorHandler.error(exception) Called when the parser encounters a recoverable error. If this method does not raise an exception

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

ArgumentParser.add_argument_group(title=None, description=None) By default, ArgumentParser groups command-line

2025-01-10 15:47:30
tracemalloc.StatisticDiff.count
  • References/Python/Python/Debugging & Profiling

count Number of memory blocks in the new snapshot (int): 0 if the memory blocks have been released

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

classmethod invalidate_caches() Calls importlib.abc.PathEntryFinder.invalidate_caches() on all finders stored in

2025-01-10 15:47:30