Home | History | Annotate | Download | only in release

Lines Matching defs:Call

310   def Call(self, name, *args, **kwargs):  # pragma: no cover
346 # The expected call contains an optional callback for checking the context
347 # at the time of the call.
419 def Call(self, fun, *args, **kwargs):
425 return self._mock.Call("command", cmd + " " + args, cwd=cwd)
428 return self._mock.Call("readline")
432 return self._mock.Call("readurl", url, params)
434 return self._mock.Call("readurl", url)
1569 "Please call the merge_to_branch.py with --help for more information.")