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
types.FunctionType
  • References/Python/Python/Data Types

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

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

monthdatescalendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks

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

types.MethodType The type of methods of user-defined class instances.

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
reprlib.Repr.maxlist
  • References/Python/Python/Data Types

Repr.maxlist Repr.maxtuple Repr.maxset Repr.maxfrozenset

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

weakref.proxy(object[, callback]) Return a proxy to object which uses a weak reference. This supports use of the proxy

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

datetime.day Between 1 and the number of days in the given month of the given year.

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

default_factory This attribute is used by the __missing__() method; it is initialized from the first argument to

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

data A real list

2025-01-10 15:47:30