The `moto.compat.OrderedDict.values` is a method that returns a sequence of values stored in the `OrderedDict` object. This method can be used in Python to access and retrieve the values in the order they were inserted into the dictionary. It is compatible with the `OrderedDict` class from the `moto` library, which is a Python library used for mocking AWS services for testing purposes.
Python OrderedDict.values - 40 examples found. These are the top rated real world Python examples of moto.compat.OrderedDict.values extracted from open source projects. You can rate examples to help us improve the quality of examples.