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.c2170 method_output_as_list(PyObject *o, _Py_Identifier *meth_id) in method_output_as_list() argument
2175 meth_output = _PyObject_CallMethodId(o, meth_id, NULL); in method_output_as_list()
2185 meth_id->object, in method_output_as_list()