filename The name of the file that this DocTest was extracted from; or None if the filename is unknown
operator.ipow(a, b) operator.__ipow__(a, b) a = ipow(a, b) is equivalent to a **= b.
get_context_data(**kwargs) Returns a dictionary representing the template context. The keyword arguments provided will make
get_doctest(string, globs, name, filename, lineno) Extract all doctest examples from the given string, and collect them into
os.sched_yield() Voluntarily relinquish the CPU.
exception queue.Full Exception raised when non-blocking put() (or put_nowait()) is called on a Queue
MimeTypes.types_map Tuple containing two dictionaries, mapping filename extensions to MIME types: the first dictionary is for
fma(x, y, z) Returns x multiplied by y, plus z.
boundary() The boundary of this geometry, as a new OGRGeometry object.
flush() You can override this to implement custom flushing behavior. This version just zaps the buffer to empty.
Page 24 of 100