HomeSort by relevance Sort by last modified time
    Searched refs:ErrorObject (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 19 static PyObject *ErrorObject;
362 if (ErrorObject == NULL) {
363 ErrorObject = PyErr_NewException("xx.error", NULL, NULL);
364 if (ErrorObject == NULL)
367 Py_INCREF(ErrorObject);
368 PyModule_AddObject(m, "error", ErrorObject);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 19 static PyObject *ErrorObject;
362 if (ErrorObject == NULL) {
363 ErrorObject = PyErr_NewException("xx.error", NULL, NULL);
364 if (ErrorObject == NULL)
367 Py_INCREF(ErrorObject);
368 PyModule_AddObject(m, "error", ErrorObject);

Completed in 229 milliseconds