Home
last modified time | relevance | path

Searched refs:NeoError (Results 1 – 1 of 1) sorted by relevance

/external/clearsilver/python/
Dneo_util.c18 static PyObject *NeoError; variable
34 PyErr_SetString (NeoError, str.buf); in p_neo_error()
704 NeoError = PyErr_NewException("neo_util.Error", NULL, NULL); in initneo_util()
706 PyDict_SetItemString(d, "Error", NeoError); in initneo_util()