calendar.LocaleHTMLCalendar
  • References/Python/Python/Data Types

class calendar.LocaleHTMLCalendar(firstweekday=0, locale=None) This subclass of HTMLCalendar can be passed a locale

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

class array.array(typecode[, initializer]) A new array whose items are restricted by typecode, and initialized from

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

somenamedtuple._source A string with the pure Python source code used to create the named tuple class. The source makes the

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

class datetime.time(hour=0, minute=0, second=0, microsecond=0, tzinfo=None) All arguments are optional. tzinfo may

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

class collections.abc.Awaitable ABC for awaitable objects, which can be used in await

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

__missing__(key) If the default_factory attribute is None, this raises a

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

datetime.tzinfo The object passed as the tzinfo argument to the datetime constructor, or None

2025-01-10 15:47:30
collections.deque.appendleft()
  • References/Python/Python/Data Types

appendleft(x) Add x to the left side of the deque.

2025-01-10 15:47:30
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