Home | History | Annotate | Download | only in Objects

Lines Matching refs:Py_NotImplemented

665         result = Py_NotImplemented;
688 result = Py_NotImplemented;
1304 Py_INCREF(Py_NotImplemented);
1305 return Py_NotImplemented;
3517 Py_INCREF(Py_NotImplemented);
3518 return Py_NotImplemented;
4378 Py_INCREF(Py_NotImplemented);
4379 return Py_NotImplemented;
4395 Py_INCREF(Py_NotImplemented);
4396 return Py_NotImplemented;
4415 Py_INCREF(Py_NotImplemented);
4416 return Py_NotImplemented;
5022 if (r != Py_NotImplemented) \
5029 if (r != Py_NotImplemented || \
5038 Py_INCREF(Py_NotImplemented); \
5039 return Py_NotImplemented; \
5255 Py_INCREF(Py_NotImplemented);
5256 return Py_NotImplemented;
5332 if (r == Py_NotImplemented) {
5357 if (r == Py_NotImplemented) {
5425 Py_NotImplemented) {
5680 Py_INCREF(Py_NotImplemented);
5681 return Py_NotImplemented;
5701 if (res != Py_NotImplemented)
5707 if (res != Py_NotImplemented) {
5712 Py_INCREF(Py_NotImplemented);
5713 return Py_NotImplemented;