types.FunctionType types.LambdaType The type of user-defined functions and functions created by lambda
data A real dictionary used to store the contents of the UserDict class.
enum.unique() Enum class decorator that ensures only one name is bound to any one value.
default_factory This attribute is used by the __missing__() method; it is initialized from the first argument to
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].
classmethod datetime.strptime(date_string, format) Return a datetime corresponding to date_string, parsed
detach() If self is alive then mark it as dead and return the tuple (obj, func, args, kwargs). If self
iterweekdays() Return an iterator for the week day numbers that will be used for one week. The first value from the iterator
datetime.astimezone(tz=None) Return a datetime object with new tzinfo attribute tz, adjusting
Page 1 of 32