Searched defs:pyobj_from (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c1519 PyObject *pyobj_from; local
1523 if (!PyArg_ParseTuple(args, (char *)"OO:xmlCopyError", &pyobj_from, &pyobj_to))
1525 from = (xmlErrorPtr) PyError_Get(pyobj_from);

Completed in 188 milliseconds