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

types.new_class(name, bases=(), kwds=None, exec_body=None) Creates a class object dynamically using the appropriate metaclass

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
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
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
collections.UserList.data
  • References/Python/Python/Data Types

data A real list

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

datetime.astimezone(tz=None) Return a datetime object with new tzinfo attribute tz, adjusting

2025-01-10 15:47:30