Home | History | Annotate | Download | only in python

Lines Matching refs:method_name

278   def __getattr__(self, method_name):
287 method_name: str
293 return self._CreateMockMethod(method_name)
295 def _CreateMockMethod(self, method_name):
300 method_name: str
306 return MockMethod(method_name, self._expected_calls_queue,
519 def __init__(self, method_name, call_queue, replay_mode):
523 # method_name: the name of the method
528 method_name: str
533 self._name = method_name