Home | History | Annotate | Download | only in python2.7

Lines Matching refs:PySequence_In

1218 #undef PySequence_In
1219 PyAPI_FUNC(int) PySequence_In(PyObject *o, PyObject *value);
1222 #define PySequence_In PySequence_Contains