weakref.WeakMethod
  • References/Python/Python/Data Types

class weakref.WeakMethod(method) A custom ref subclass which simulates a weak reference to a bound method (i.e

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

weakref.ProxyType The type object for proxies of objects which are not callable.

2025-01-10 15:47:30
calendar.month_name
  • References/Python/Python/Data Types

calendar.month_name An array that represents the months of the year in the current locale. This follows normal convention of

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

class calendar.HTMLCalendar(firstweekday=0) This class can be used to generate HTML calendars.

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

class collections.abc.Mapping class collections.abc.MutableMapping ABCs for read-only and mutable

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

classmethod datetime.combine(date, time) Return a new datetime object whose date components are equal to the given

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

calendar.leapdays(y1, y2) Returns the number of leap years in the range from y1 to y2 (exclusive), where y1

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

array.tounicode() Convert the array to a unicode string. The array must be a type 'u' array; otherwise a

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

pprint.isrecursive(object) Determine if object requires a recursive representation.

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

time.microsecond In range(1000000).

2025-01-10 15:47:30