tzinfo.tzname(dt) Return the time zone name corresponding to the datetime object dt, as a string. Nothing
array.tounicode() Convert the array to a unicode string. The array must be a type 'u' array; otherwise a
class collections.abc.MappingView class collections.abc.ItemsView class collections.abc.KeysView
count(x) Count the number of deque elements equal to x.
classmethod date.fromtimestamp(timestamp) Return the local date corresponding to the POSIX timestamp, such as is returned by
elements() Return an iterator over elements repeating each as many times as its count. Elements are returned in arbitrary order
heapq.heappushpop(heap, item) Push item on the heap, then pop and return the smallest item from the heap.
classmethod datetime.combine(date, time) Return a new datetime object whose date components are equal to the given
calendar.day_name An array that represents the days of the week in the current locale.
weakref.ProxyType The type object for proxies of objects which are not callable.
Page 25 of 32