Home
last modified time | relevance | path

Searched refs:PySequence_Concat (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Include/
Dabstract.h668 PyAPI_FUNC(PyObject *) PySequence_Concat(PyObject *o1, PyObject *o2);
/external/python/cpython3/Modules/_testlimitedcapi/
Dabstract.c355 return PySequence_Concat(seq1, seq2); in sequence_concat()
/external/python/cpython3/Doc/c-api/
Dsequence.rst27 .. c:function:: PyObject* PySequence_Concat(PyObject *o1, PyObject *o2)
Dtypeobj.rst2374 This function is used by :c:func:`PySequence_Concat` and has the same
2418 will fall back to :c:func:`PySequence_Concat`. It is also used by the
/external/python/cpython3/Modules/
D_functoolsmodule.c127 pto->args = PySequence_Concat(pargs, nargs); in partial_new()
347 PyObject *args2 = PySequence_Concat(pto->args, args); in partial_call()
D_operator.c462 return PySequence_Concat(a, b); in _operator_concat_impl()
/external/python/cpython3/PC/
Dpython3dll.c537 EXPORT_FUNC(PySequence_Concat)
/external/python/cpython3/Doc/data/
Dstable_abi.dat571 func,PySequence_Concat,3.2,,
Drefcounts.dat1984 PySequence_Concat:PyObject*::+1:
1985 PySequence_Concat:PyObject*:o1:0:
1986 PySequence_Concat:PyObject*:o2:0:
Dpython3.13.abi663 …<elf-symbol name='PySequence_Concat' type='func-type' binding='global-binding' visibility='default…
4631PySequence_Concat' mangled-name='PySequence_Concat' filepath='Objects/abstract.c' line='1755' colu…
/external/python/cpython3/Objects/
Dtypevarobject.c550 PyObject *result = PySequence_Concat(args, new_args); in typevar_typing_prepare_subst_impl()
Dabstract.c1755 PySequence_Concat(PyObject *s, PyObject *o) in PySequence_Concat() function
/external/python/cpython3/Misc/
Dstable_abi.toml1244 [function.PySequence_Concat]
/external/webp/swig/
Dlibwebp_python_wrap.c1301 result = PySequence_Concat(o2, o3); in SWIG_Python_AppendOutput()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx1209 result = PySequence_Concat(o2, o3); in SWIG_Python_AppendOutput()