doctest.DebugRunner
  • References/Python/Python/Development Tools

class doctest.DebugRunner(checker=None, verbose=None, optionflags=0) A subclass of DocTestRunner that raises an

2025-01-10 15:47:30
io.BufferedRandom
  • References/Python/Python/Operating System

class io.BufferedRandom(raw, buffer_size=DEFAULT_BUFFER_SIZE) A buffered interface to random access streams. It inherits

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

InputSource.setCharacterStream(charfile) Set the character stream (a text file) for this

2025-01-10 15:47:30
multiprocessing.managers.SyncManager.Barrier()
  • References/Python/Python/Concurrent Execution

Barrier(parties[, action[, timeout]]) Create a shared

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

curses.update_lines_cols() Update LINES and COLS. Useful for detecting manual screen resize.

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

curses.napms(ms) Sleep for ms milliseconds.

2025-01-10 15:47:30
ipaddress.IPv4Network.compare_networks()
  • References/Python/Python/Internet

compare_networks(other) Compare this network to other. In this comparison only the network addresses are considered;

2025-01-10 15:47:30
socketserver.BaseServer.finish_request()
  • References/Python/Python/Internet

finish_request() Actually processes the request by instantiating RequestHandlerClass and calling its handle()

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.EndDoctypeDeclHandler()
  • References/Python/Python/Structured Markup

xmlparser.EndDoctypeDeclHandler() Called when Expat is done parsing the document type declaration. This requires Expat version

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