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

types.MemberDescriptorType The type of objects defined in extension modules with PyMemberDef, such as datetime

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

calendar.day_abbr An array that represents the abbreviated days of the week in the current locale.

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

calendar.monthcalendar(year, month) Returns a matrix representing a month’s calendar. Each row represents a week; days outside

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

calendar.prcal(year, w=0, l=0, c=6, m=3) Prints the calendar for an entire year as returned by calendar().

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

class collections.UserList([list]) Class that simulates a list. The instance’s contents are kept in a regular list, which is

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

time.minute In range(60).

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

datetime.toordinal() Return the proleptic Gregorian ordinal of the date. The same as self.date().toordinal().

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

somenamedtuple._asdict() Return a new OrderedDict which maps field names to their corresponding values:

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

types.CodeType The type for code objects such as returned by

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

datetime.tzname() If tzinfo is None, returns None, else returns self.tzinfo.tzname(self)

2025-01-10 15:47:30