Home | History | Annotate | Download | only in python

Lines Matching refs:expected_method

114       #   the expected_method queue.
565 expected_method = self._VerifyMethodCall()
567 if expected_method._side_effects:
568 expected_method._side_effects(*params, **named_params)
570 if expected_method._exception:
571 raise expected_method._exception
573 return expected_method._return_value