insert(i, x) Insert x into the deque at position i. If the insertion would
types.MemberDescriptorType The type of objects defined in extension modules with PyMemberDef, such as datetime
array.byteswap() “Byteswap” all items of the array. This is only supported for values which are 1, 2, 4, or 8 bytes in size;
move_to_end(key, last=True) Move an existing key to either end of an ordered dictionary. The item is moved to the right
date.resolution The smallest possible difference between non-equal date objects, timedelta(days=1).
most_common([n]) Return a list of the n most common elements and their counts from the most common to the least. If
date.strftime(format) Return a string representing the date, controlled by an explicit format string. Format codes referring
items() Return a new view of the underlying mapping’s items ((key, value) pairs).
Repr.maxlevel Depth limit on the creation of recursive representations. The default is 6.
timezone.fromutc(dt) Return dt + offset. The dt argument must be an aware datetime instance
Page 12 of 32