collections.UserDict
  • References/Python/Python/Data Types

class collections.UserDict([initialdata]) Class that simulates a dictionary. The instance’s contents are kept in a regular dictionary

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

class collections.abc.KeysView class collections.abc.ValuesView ABCs for mapping, items, keys, and values

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

timezone.dst(dt) Always returns None.

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

time.dst() If tzinfo is None, returns None, else returns self.tzinfo.dst(None)

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

classmethod datetime.fromtimestamp(timestamp, tz=None) Return the local date and time corresponding to the POSIX timestamp,

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

peek() If self is alive then return the tuple (obj, func, args, kwargs). If self is dead then

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

class datetime.tzinfo This is an abstract base class, meaning that this class should not be instantiated directly. You need

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
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