Searched refs:PySequence_InPlaceConcat (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/Include/ |
D | abstract.h | 782 PyAPI_FUNC(PyObject *) PySequence_InPlaceConcat(PyObject *o1, PyObject *o2);
|
/external/python/cpython3/Modules/_testlimitedcapi/ |
D | abstract.c | 381 return PySequence_InPlaceConcat(seq1, seq2); in sequence_inplaceconcat()
|
/external/python/cpython3/Doc/c-api/ |
D | sequence.rst | 39 .. c:function:: PyObject* PySequence_InPlaceConcat(PyObject *o1, PyObject *o2)
|
D | typeobj.rst | 2415 This function is used by :c:func:`PySequence_InPlaceConcat` and has the same 2417 may be left to ``NULL``, in this case :c:func:`!PySequence_InPlaceConcat`
|
/external/python/cpython3/PC/ |
D | python3dll.c | 547 EXPORT_FUNC(PySequence_InPlaceConcat)
|
/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 580 func,PySequence_InPlaceConcat,3.2,,
|
D | refcounts.dat | 2036 PySequence_InPlaceConcat:PyObject*::+1: 2037 PySequence_InPlaceConcat:PyObject*:s:0: 2038 PySequence_InPlaceConcat:PyObject*:o:0:
|
D | python3.13.abi | 672 …<elf-symbol name='PySequence_InPlaceConcat' type='func-type' binding='global-binding' visibility='… 4641 …PySequence_InPlaceConcat' mangled-name='PySequence_InPlaceConcat' filepath='Objects/abstract.c' li…
|
/external/python/cpython3/Modules/ |
D | _operator.c | 475 return PySequence_InPlaceConcat(a, b); in _operator_iconcat_impl()
|
/external/python/cpython3/Objects/ |
D | abstract.c | 1812 PySequence_InPlaceConcat(PyObject *s, PyObject *o) in PySequence_InPlaceConcat() function
|
/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1262 [function.PySequence_InPlaceConcat]
|