Home | History | Annotate | Download | only in python

Lines Matching full:__call__

283      by the MockMethod's __call__.
396 or replayed by the MockMethod's __call__.
490 def __call__(self, *params, **named_params):
494 callable = self._class_to_mock.__dict__.get('__call__', None)
500 mock_method = self._CreateMockMethod('__call__')
545 def __call__(self, *params, **named_params):