xml.sax.saxutils.prepare_input_source()
  • References/Python/Python/Structured Markup

xml.sax.saxutils.prepare_input_source(source, base='') This function takes an input source and an optional base URL and returns

2025-01-10 15:47:30
codecs.IncrementalDecoder.setstate()
  • References/Python/Python/Binary Data

setstate(state) Set the state of the encoder to state. state must be a decoder state returned by getstate()

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

SAXException.getException() Return an encapsulated exception object, or None.

2025-01-10 15:47:30
array.array.insert()
  • References/Python/Python/Data Types

array.insert(i, x) Insert a new item with value x in the array before position i. Negative values are treated

2025-01-10 15:47:30
selectors.BaseSelector.unregister()
  • References/Python/Python/Inputouput

abstractmethod unregister(fileobj) Unregister a file object from selection, removing it from monitoring. A file object shall

2025-01-10 15:47:30
tkinter.Tk
  • References/Python/Python/Tk

class tkinter.Tk(screenName=None, baseName=None, className='Tk', useTk=1) The Tk class is instantiated without

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

itertools.compress(data, selectors) Make an iterator that filters elements from data returning only those that have

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

dict() dict(mapping) dict(sequence) Create a shared dict

2025-01-10 15:47:30
typing.Mapping
  • References/Python/Python/Development Tools

class typing.Mapping(Sized, Iterable[KT], Container[KT], Generic[VT_co]) A generic version of

2025-01-10 15:47:30
socket.timeout
  • References/Python/Python/Networking

exception socket.timeout A subclass of

2025-01-10 15:47:30