Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Drpc_handler.py100 def encode_validate_result(self, meth_id, err): argument
113 error_result['id'] = meth_id
223 meth_id = decoded_request['id']
230 return self._rpc_validator.encode_validate_result(meth_id, e)
/external/python/cpython3/Objects/
Dabstract.c2277 method_output_as_list(PyObject *o, _Py_Identifier *meth_id) in method_output_as_list() argument
2282 meth_output = _PyObject_CallMethodIdNoArgs(o, meth_id); in method_output_as_list()
2292 _PyUnicode_FromId(meth_id), in method_output_as_list()