Lines Matching refs:Py_NotImplemented
1433 Py_INCREF(Py_NotImplemented); in generic_binary_op()
1434 return Py_NotImplemented; in generic_binary_op()
1462 Py_INCREF(Py_NotImplemented); in half_binop()
1463 return Py_NotImplemented; in half_binop()
1490 if (coerced == Py_None || coerced == Py_NotImplemented) { in half_binop()
1525 if (result == Py_NotImplemented) { in do_binop()
1537 if (result == Py_NotImplemented) { in do_binop_inplace()
1578 if (coerced == Py_None || coerced == Py_NotImplemented) { in instance_coerce()
1706 if (result == Py_NotImplemented) { in half_cmp()
2013 res = Py_NotImplemented; in half_richcompare()
2038 if (res != Py_NotImplemented) in instance_richcompare()
2045 if (res != Py_NotImplemented) in instance_richcompare()
2050 Py_INCREF(Py_NotImplemented); in instance_richcompare()
2051 return Py_NotImplemented; in instance_richcompare()