Lines Matching refs:list
153 # A list of types that should be stubbed out with MockObjects (as
339 # If the list of expected calls is not empty, raise an exception
352 # Maintain a list of method calls we are expecting
376 # Get a list of all the public and special methods we should mock.
529 call_queue: list or deque
940 """Checks whether an item (or key) is in a list (or dict) parameter.
950 # key is any thing that could be in a list or a key in a dict
1035 # Fall back to slower list-compare if any of the objects are unhashable.
1036 expected = list(self._expected_seq)
1037 actual = list(actual_seq)