datetime.tzinfo.tzname()
  • References/Python/Python/Data Types

tzinfo.tzname(dt) Return the time zone name corresponding to the datetime object dt, as a string. Nothing

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

class collections.abc.MappingView class collections.abc.ItemsView class collections.abc.KeysView

2025-01-10 15:47:30
collections.deque.count()
  • References/Python/Python/Data Types

count(x) Count the number of deque elements equal to x.

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

classmethod date.fromtimestamp(timestamp) Return the local date corresponding to the POSIX timestamp, such as is returned by

2025-01-10 15:47:30
collections.Counter.elements()
  • References/Python/Python/Data Types

elements() Return an iterator over elements repeating each as many times as its count. Elements are returned in arbitrary order

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

heapq.heappushpop(heap, item) Push item on the heap, then pop and return the smallest item from the heap.

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

calendar.day_name An array that represents the days of the week in the current locale.

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