Home
last modified time | relevance | path

Searched refs:functor (Results 1 – 6 of 6) sorted by relevance

/tools/repohooks/rh/
Dshell_unittest.py50 def _testData(self, functor, tests, check_type=True): argument
53 result = functor(test_input)
54 self._assertEqual(functor.__name__, test_input, test_output, result)
/tools/acloud/internal/lib/
Dbase_cloud_client.py90 functor=build,
225 functor=self.ExecuteOnce,
Dssh.py153 functor=_SshLogOutput,
278 functor=self.CheckSshConnection,
Dutils.py190 def Retry(retry_checker, max_retries, functor, sleep_multiplier, argument
220 return_value = functor(*args, **kwargs)
234 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): argument
249 functor, *args, **kwargs)
623 functor=self._ExecuteOnce,
Dadb_tools.py218 functor=self._DisconnectAndRaiseError,
/tools/acloud/public/acloud_kernel/
Dkernel_swapper.py147 functor=lambda cmd: subprocess.check_call(cmd, shell=True),