types.GetSetDescriptorType
  • References/Python/Python/Data Types

types.GetSetDescriptorType The type of objects defined in extension modules with PyGetSetDef, such as FrameType

2025-01-10 15:47:30
enum.unique()
  • References/Python/Python/Data Types

enum.unique() Enum class decorator that ensures only one name is bound to any one value.

2025-01-10 15:47:30
collections.defaultdict.default_factory
  • References/Python/Python/Data Types

default_factory This attribute is used by the __missing__() method; it is initialized from the first argument to

2025-01-10 15:47:30
calendar.month()
  • References/Python/Python/Data Types

calendar.month(theyear, themonth, w=0, l=0) Returns a month’s calendar in a multi-line string using the formatmonth()

2025-01-10 15:47:30
types.TracebackType
  • References/Python/Python/Data Types

types.TracebackType The type of traceback objects such as found in sys.exc_info()[2].

2025-01-10 15:47:30
datetime.datetime.strptime()
  • References/Python/Python/Data Types

classmethod datetime.strptime(date_string, format) Return a datetime corresponding to date_string, parsed

2025-01-10 15:47:30
weakref.finalize.detach()
  • References/Python/Python/Data Types

detach() If self is alive then mark it as dead and return the tuple (obj, func, args, kwargs). If self

2025-01-10 15:47:30
calendar.Calendar.iterweekdays()
  • References/Python/Python/Data Types

iterweekdays() Return an iterator for the week day numbers that will be used for one week. The first value from the iterator

2025-01-10 15:47:30
datetime.datetime.astimezone()
  • References/Python/Python/Data Types

datetime.astimezone(tz=None) Return a datetime object with new tzinfo attribute tz, adjusting

2025-01-10 15:47:30
datetime.datetime.day
  • References/Python/Python/Data Types

datetime.day Between 1 and the number of days in the given month of the given year.

2025-01-10 15:47:30