collections.abc.MutableSequence
  • References/Python/Python/Data Types

class collections.abc.MutableSequence class collections.abc.ByteString ABCs for read-only and mutable

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

date.timetuple() Return a

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

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

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

formatyearpage(theyear, width=3, css='calendar.css', encoding=None) Return a year’s calendar as a complete HTML page. width

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

data A real list

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

types.TracebackType The type of traceback objects such as found in sys.exc_info()[2].

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

enum.unique() Enum class decorator that ensures only one name is bound to any one value.

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

data A real dictionary used to store the contents of the UserDict class.

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

calendar.prmonth(theyear, themonth, w=0, l=0) Prints a month’s calendar as returned by month().

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