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

/vbox/src/libs/xpcom18a4/python/src/
H A Ddllmain.cpp63 PYXPCOM_EXPORT PyObject *PyXPCOM_Error = NULL; variable
276 if (PyXPCOM_Error == NULL) {
282 PyXPCOM_Error = PyObject_GetAttrString(mod, "Exception");
285 rc = (PyXPCOM_Error != NULL);

Completed in 44 milliseconds