calendar.monthrange()
  • References/Python/Python/Data Types

calendar.monthrange(year, month) Returns weekday of first day of the month and number of days in month, for the specified year

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

array.fromunicode(s) Extends this array with data from the given unicode string. The array must be a type 'u' array;

2025-01-10 15:47:30
types.MappingProxyType.items()
  • References/Python/Python/Data Types

items() Return a new view of the underlying mapping’s items ((key, value) pairs).

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

formatyear(theyear, w=2, l=1, c=6, m=3) Return a m-column calendar for an entire year as a multi-line string. Optional

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

class collections.abc.Iterable ABC for classes that provide the __iter__() method. See also the definition of

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

class collections.abc.Callable ABCs for classes that provide respectively the methods __contains__(), __hash__()

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

tzinfo.dst(dt) Return the daylight saving time (DST) adjustment, in minutes east of UTC, or None if DST information

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

timedelta.total_seconds() Return the total number of seconds contained in the duration. Equivalent to td / timedelta(seconds=1)

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

rotate(n) Rotate the deque n steps to the right. If n is negative, rotate to the left. Rotating one step to

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

atexit A writable boolean property which by default is true. When the program exits, it calls all remaining live finalizers

2025-01-10 15:47:30