Home | History | Annotate | Download | only in Objects

Lines Matching defs:exists

1038         int exists = PySequence_Contains((PyObject *)od, key);
1039 if (exists < 0) {
1042 else if (exists) {
1118 int exists = PySequence_Contains(od, key);
1119 if (exists < 0)
1121 if (exists) {