reprlib.Repr.maxarray
  • References/Python/Python/Data Types

Repr.maxarray Limits on the number of entries represented for the named object type. The default is 4 for maxdict

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

timedelta.resolution The smallest possible difference between non-equal timedelta objects, timedelta(microseconds=1)

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

class calendar.HTMLCalendar(firstweekday=0) This class can be used to generate HTML calendars.

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

calendar.weekday(year, month, day) Returns the day of the week (0 is Monday) for year (1970–

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

calendar.timegm(tuple) An unrelated but handy function that takes a time tuple such as returned by the

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

class weakref.WeakMethod(method) A custom ref subclass which simulates a weak reference to a bound method (i.e

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

yeardatescalendar(year, width=3) Return the data for the specified year ready for formatting. The return value is a list of

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

itermonthdays2(year, month) Return an iterator for the month month in the year year similar to itermonthdates()

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

array.frombytes(s) Appends items from the string, interpreting the string as an array of machine values (as if it had been read

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

class collections.OrderedDict([items]) Return an instance of a dict subclass, supporting the usual

2025-01-10 15:47:30