Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/test_utils/
Dfunctools_24.py47 def fastcut(*sargs, **skw): argument
49 fun = sargs[0]
52 sargs = sargs[1:]
57 return fun(*(sargs + args), **rkw)