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

class collections.ChainMap(*maps) A ChainMap groups multiple dicts or other mappings together to create a single

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

copy.copy(x) Return a shallow copy of x.

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

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

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

datetime.date() Return date object with same year, month and day.

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

yeardayscalendar(year, width=3) Return the data for the specified year ready for formatting (similar to yeardatescalendar())

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

classmethod datetime.utcfromtimestamp(timestamp) Return the UTC datetime corresponding to the POSIX timestamp,

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

timedelta.min The most negative timedelta object, timedelta(-999999999).

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

__doc__ The docstring of the module. Defaults to None.

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

date.year Between MINYEAR and MAXYEAR inclusive.

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

WeakValueDictionary.valuerefs() Return an iterable of the weak references to the values.

2025-01-10 15:47:30