Home
last modified time | relevance | path

Searched defs:args_tuple (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/common_lib/cros/fake_device_server/
Dcommon_util.py48 def parse_common_args(args_tuple, kwargs, supported_operations=set()): argument
/external/python/cpython2/Python/
Dcodecs.c180 PyObject *args_tuple(PyObject *object, in args_tuple() function
/external/python/cpython2/Objects/
Dexceptions.c2195 PyObject *args_tuple; in _PyExc_Init() local