operator.ipow(a, b) operator.__ipow__(a, b) a = ipow(a, b) is equivalent to a **= b.
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.
flush() You can override this to implement custom flushing behavior. This version just zaps the buffer to empty.
ssl.match_hostname(cert, hostname) Verify that cert (in decoded format as returned by SSLSocket.getpeercert())
class asyncore.file_dispatcher A file_dispatcher takes a file descriptor or file object
platform.version() Returns the system’s release version, e.g. '#3 on degas'. An empty string is returned if the
Page 15 of 100