Home | History | Annotate | Download | only in policyrep

Lines Matching defs:Py_None

1251   } else if (result == Py_None) {
1269 } else if (result == Py_None) {
1371 /* How to access Py_None */
1381 # ifdef Py_None
1382 # undef Py_None
1383 # define Py_None SWIG_Py_None()
1405 PyObject *none = Py_None;
2262 if (obj == Py_None && !implicit_conv) {
2346 if (!SWIG_IsOK(res) && obj == Py_None) {
2440 inst = PyBaseObject_Type.tp_new((PyTypeObject*) data->newargs, Py_None, Py_None);