Searched refs:ob_class (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DPyIComponentManagerObsolete.cpp136 PyObject *ob_class = PyString_FromString(ret_class); local
137 PyObject *ret = Py_BuildValue("OO", ob_pid, ob_class);
141 Py_XDECREF(ob_class);

Completed in 39 milliseconds