__reversed__()
reversed()
If provided, this method allows the reversed() function to be applied to an instance of the class. It returns an iterator that iterates over the contained elements in reverse order.