datetime.datetime.replace()
  • References/Python/Python/Data Types

datetime.replace([year[, month[, day[, hour[, minute[, second[, microsecond[, tzinfo]]]]]]]]) Return a datetime with the same

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

datetime.utcoffset() If tzinfo is None, returns None, else returns self.tzinfo

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

classmethod datetime.fromordinal(ordinal) Return the datetime corresponding to the proleptic Gregorian ordinal

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

datetime.second In range(60).

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

classmethod date.fromtimestamp(timestamp) Return the local date corresponding to the POSIX timestamp, such as is returned by

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

date.toordinal() Return the proleptic Gregorian ordinal of the date, where January 1 of year 1 has ordinal 1. For any date

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

weakref.getweakrefcount(object) Return the number of weak references and proxies which refer to object.

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

weakref.CallableProxyType The type object for proxies of callable objects.

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

somenamedtuple._replace(kwargs) Return a new instance of the named tuple replacing specified fields with new values:

2025-01-10 15:47:30