calendar.isleap()
  • References/Python/Python/Data Types

calendar.isleap(year) Returns

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

classmethod datetime.now(tz=None) Return the current local date and time. If optional argument tz is None

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

date.replace(year, month, day) Return a date with the same value, except for those parameters given new values by whichever

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

class weakref.ref(object[, callback]) Return a weak reference to object. The original object can be retrieved by calling

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

formatyear(theyear, width=3) Return a year’s calendar as an HTML table. width (defaulting to 3) specifies the number

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

alive Property which is true if the finalizer is alive, false otherwise.

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

time.min The earliest representable time, time(0, 0, 0, 0).

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

class weakref.WeakValueDictionary([dict]) Mapping class that references values weakly. Entries in the dictionary will be discarded

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

class collections.UserString([sequence]) Class that simulates a string or a Unicode string object. The instance’s content is

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

class weakref.WeakSet([elements]) Set class that keeps weak references to its elements. An element will be discarded when no

2025-01-10 15:47:30