datetime.date.resolution
  • References/Python/Python/Data Types

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

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

exception copy.error Raised for module specific errors.

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

types.CodeType The type for code objects such as returned by

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

types.LambdaType The type of user-defined functions and functions created by lambda expressions.

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

datetime.toordinal() Return the proleptic Gregorian ordinal of the date. The same as self.date().toordinal().

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

Repr.repr1(obj, level) Recursive implementation used by repr(). This uses the type of obj to determine

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

time.replace([hour[, minute[, second[, microsecond[, tzinfo]]]]]) Return a time with the same value, except for

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

time.minute In range(60).

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

Repr.maxother This limit is used to control the size of object types for which no specific formatting method is available on

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

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

2025-01-10 15:47:30