Home | History | Annotate | Download | only in python

Lines Matching full:py_retval

436         ret_convert = "    py_retval = libxml_%sWrap((%s) c_retval);\n" % (n,c)
437 ret_convert = ret_convert + " return(py_retval);\n"
442 ret_convert = " py_retval = libxml_%sWrap((%s) c_retval);\n" % (n,c)
443 ret_convert = ret_convert + " return(py_retval);\n"
487 output.write(" PyObject *py_retval;\n")