Home
last modified time | relevance | path

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

/external/python/cpython2/PC/os2vacpp/
Dpython.def344 PySequence_Concat
/external/python/cpython2/Modules/
D_functoolsmodule.c174 argappl = PySequence_Concat(pto->args, args); in partial_call()
Doperator.c121 spam2(op_concat , PySequence_Concat) in spami()
/external/python/cpython2/Include/
Dabstract.h1068 PyAPI_FUNC(PyObject *) PySequence_Concat(PyObject *o1, PyObject *o2);
/external/python/cpython3/Modules/
D_functoolsmodule.c75 pto->args = PySequence_Concat(pargs, nargs); in partial_new()
180 args2 = PySequence_Concat(pto->args, args); in partial_call_impl()
D_operator.c444 return PySequence_Concat(a, b); in _operator_concat_impl()
/external/python/cpython2/Objects/
Dstructseq.c320 result = PySequence_Concat(tup, b); in structseq_concat()
Dabstract.c1880 PySequence_Concat(PyObject *s, PyObject *o) function
/external/python/cpython3/Doc/c-api/
Dsequence.rst27 .. c:function:: PyObject* PySequence_Concat(PyObject *o1, PyObject *o2)
Dtypeobj.rst1214 This function is used by :c:func:`PySequence_Concat` and has the same
1258 will fall back to :c:func:`PySequence_Concat`. It is also used by the
/external/python/cpython3/Include/
Dabstract.h852 PyAPI_FUNC(PyObject *) PySequence_Concat(PyObject *o1, PyObject *o2);
/external/python/cpython3/PC/
Dpython3.def506 PySequence_Concat=python37.PySequence_Concat
/external/python/cpython2/Doc/data/
Drefcounts.dat1133 PySequence_Concat:PyObject*::+1:
1134 PySequence_Concat:PyObject*:o1:0:
1135 PySequence_Concat:PyObject*:o2:0:
/external/python/cpython2/Doc/c-api/
Dsequence.rst28 .. c:function:: PyObject* PySequence_Concat(PyObject *o1, PyObject *o2)
Dtypeobj.rst1284 This function is used by :c:func:`PySequence_Concat` and has the same
/external/python/cpython2/PC/os2emx/
Dpython27.def103 "PySequence_Concat"
/external/python/cpython3/Doc/data/
Drefcounts.dat1917 PySequence_Concat:PyObject*::+1:
1918 PySequence_Concat:PyObject*:o1:0:
1919 PySequence_Concat:PyObject*:o2:0:
/external/python/cpython3/Objects/
Dabstract.c1541 PySequence_Concat(PyObject *s, PyObject *o) in PySequence_Concat() function