Home
last modified time | relevance | path

Searched refs:PySequence_In (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h1218 #undef PySequence_In
1219 PyAPI_FUNC(int) PySequence_In(PyObject *o, PyObject *value);
1222 #define PySequence_In PySequence_Contains macro
/external/python/cpython3/Include/
Dabstract.h1200 #undef PySequence_In
1201 PyAPI_FUNC(int) PySequence_In(PyObject *o, PyObject *value);
1204 #define PySequence_In PySequence_Contains macro
/external/python/cpython2/PC/os2vacpp/
Dpython.def351 PySequence_In
/external/python/cpython3/PC/
Dpython3.def514 PySequence_In=python36.PySequence_In
/external/python/cpython2/Doc/data/
Drefcounts.dat1167 PySequence_In:int:::
1168 PySequence_In:PyObject*:o:0:
1169 PySequence_In:PyObject*:value:0:
/external/python/cpython3/Doc/data/
Drefcounts.dat1181 PySequence_In:int:::
1182 PySequence_In:PyObject*:o:0:
1183 PySequence_In:PyObject*:value:0:
/external/python/cpython2/PC/os2emx/
Dpython27.def167 "PySequence_In"
/external/python/cpython2/Objects/
Dabstract.c2412 #undef PySequence_In
2414 PySequence_In(PyObject *w, PyObject *v) function
/external/python/cpython3/Objects/
Dabstract.c2002 #undef PySequence_In
2004 PySequence_In(PyObject *w, PyObject *v) in PySequence_In() function
/external/python/cpython2/Misc/
DHISTORY10279 Add DLL level b/w compat for PySequence_In and PyEval_CallObject
11874 - PySequence_In() is now called PySequence_Contains().
11875 (PySequence_In() is still supported for b/w compatibility; it is
/external/python/cpython3/Misc/
DHISTORY27658 Add DLL level b/w compat for PySequence_In and PyEval_CallObject
29253 - PySequence_In() is now called PySequence_Contains().
29254 (PySequence_In() is still supported for b/w compatibility; it is