HomeSort by relevance Sort by last modified time
    Searched defs:call_args (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/pymock/
mock.py 318 funcopy.call_args = None
590 call_args = _delegating_property('call_args') variable in class:NonCallableMock
615 self.call_args = None
816 call_args = self.call_args
817 if len(call_args) == 3:
818 call_args = call_args[1:]
819 actual_string = self._format_mock_call_signature(*call_args)
    [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py 223 funcopy.call_args = None
502 call_args = _delegating_property('call_args') variable in class:NonCallableMock
531 self.call_args = None
734 call_args = self.call_args
735 if len(call_args) == 3:
736 call_args = call_args[1:]
737 actual_string = self._format_mock_call_signature(*call_args)
    [all...]
  /external/python/cpython3/Lib/unittest/
mock.py 218 funcopy.call_args = None
498 call_args = _delegating_property('call_args') variable in class:NonCallableMock
534 self.call_args = None
742 call_args = self.call_args
743 if len(call_args) == 3:
744 call_args = call_args[1:]
745 actual_string = self._format_mock_call_signature(*call_args)
    [all...]
  /external/v8/src/parsing/
parser.cc 3584 ZoneList<Expression*>* call_args = local
    [all...]

Completed in 753 milliseconds