Home | History | Annotate | Download | only in Objects

Lines Matching refs:Py_NotImplemented

1410         Py_INCREF(Py_NotImplemented);

1411 return Py_NotImplemented;
1439 Py_INCREF(Py_NotImplemented);
1440 return Py_NotImplemented;
1467 if (coerced == Py_None || coerced == Py_NotImplemented) {
1502 if (result == Py_NotImplemented) {
1514 if (result == Py_NotImplemented) {
1555 if (coerced == Py_None || coerced == Py_NotImplemented) {
1683 if (result == Py_NotImplemented) {
1990 res = Py_NotImplemented;
2015 if (res != Py_NotImplemented)
2022 if (res != Py_NotImplemented)
2027 Py_INCREF(Py_NotImplemented);
2028 return Py_NotImplemented;