types.GetSetDescriptorType The type of objects defined in extension modules with PyGetSetDef, such as FrameType
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
datetime.day Between 1 and the number of days in the given month of the given year.
Page 3 of 32