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

/external/clearsilver/python/
H A Dneo_cgi.c18 static PyObject *CGIFinishedException; variable
935 CGIFinishedException = PyErr_NewException("neo_cgi.CGIFinished", NULL, NULL);
936 PyDict_SetItemString(d, "CGIFinished", CGIFinishedException);

Completed in 11 milliseconds