Searched refs:meth_id (Results 1 – 2 of 2) sorted by relevance
100 def encode_validate_result(self, meth_id, err): argument113 error_result['id'] = meth_id223 meth_id = decoded_request['id']230 return self._rpc_validator.encode_validate_result(meth_id, e)
2170 method_output_as_list(PyObject *o, _Py_Identifier *meth_id) in method_output_as_list() argument2175 meth_output = _PyObject_CallMethodId(o, meth_id, NULL); in method_output_as_list()2185 meth_id->object, in method_output_as_list()