Home | History | Annotate | Download | only in Objects

Lines Matching refs:Py_NotImplemented

1434         Py_INCREF(Py_NotImplemented);

1435 return Py_NotImplemented;
1463 Py_INCREF(Py_NotImplemented);
1464 return Py_NotImplemented;
1491 if (coerced == Py_None || coerced == Py_NotImplemented) {
1526 if (result == Py_NotImplemented) {
1538 if (result == Py_NotImplemented) {
1579 if (coerced == Py_None || coerced == Py_NotImplemented) {
1707 if (result == Py_NotImplemented) {
2014 res = Py_NotImplemented;
2039 if (res != Py_NotImplemented)
2046 if (res != Py_NotImplemented)
2051 Py_INCREF(Py_NotImplemented);
2052 return Py_NotImplemented;