datetime.timezone
  • References/Python/Python/Data Types

class datetime.timezone(offset[, name]) The offset argument must be specified as a timedelta object representing

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

weakref.ProxyTypes Sequence containing all the type objects for proxies. This can make it simpler to test if an object is a

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

array.typecode The typecode character used to create the array.

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
datetime.datetime.utctimetuple()
  • References/Python/Python/Data Types

datetime.utctimetuple() If datetime instance d is naive, this is the same as d.timetuple()

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

PrettyPrinter.pprint(object) Print the formatted representation of object on the configured stream, followed by a newline

2025-01-10 15:47:30
reprlib.Repr.maxfrozenset
  • References/Python/Python/Data Types

Repr.maxfrozenset Repr.maxdeque Repr.maxarray Limits on the number

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

timedelta.max The most positive timedelta object, timedelta(days=999999999, hours=23, minutes=59, seconds=59

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

reprlib.repr(obj) This is the repr() method of aRepr. It returns a string similar to that returned

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

date.__str__() For a date d, str(d) is equivalent to d.isoformat().

2025-01-10 15:47:30