getattr(object, name[, default]) Return the value of the named attribute of object. name must be a string
calendar.month(theyear, themonth, w=0, l=0) Returns a month’s calendar in a multi-line string using the formatmonth()
types.TracebackType The type of traceback objects such as found in sys.exc_info()[2].
characters_written An integer containing the number of characters written to the stream before it blocked. This attribute is
msvcrt.putwch(unicode_char) Wide char variant of putch(), accepting a Unicode value.
eval(expression, globals=None, locals=None) The arguments are a string and optional globals and locals. If provided, globals
peek(n) Read n uncompressed bytes without advancing the file position. At most one single read on the compressed stream
classmethod datetime.strptime(date_string, format) Return a datetime corresponding to date_string, parsed
class symtable.SymbolTable A namespace table for a block. The constructor is not public.
itertools.tee(iterable, n=2) Return n independent iterators from a single iterable. Roughly equivalent to:
Page 32 of 100