Home
last modified time | relevance | path

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

/third_party/python/Include/
Dabstract.h747 #undef PySequence_In
752 PyAPI_FUNC(int) PySequence_In(PyObject *o, PyObject *value);
755 #define PySequence_In PySequence_Contains macro
/third_party/python/PC/
Dpython3dll.c500 EXPORT_FUNC(PySequence_In)
/third_party/python/Doc/data/
Dstable_abi.dat537 function,PySequence_In,3.2,
Drefcounts.dat1970 PySequence_In:int:::
1971 PySequence_In:PyObject*:o:0:
1972 PySequence_In:PyObject*:value:0:
/third_party/python/Objects/
Dabstract.c2294 #undef PySequence_In
2296 PySequence_In(PyObject *w, PyObject *v) in PySequence_In() function
/third_party/python/Misc/
Dstable_abi.txt1155 function PySequence_In
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