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.c173 argappl = PySequence_Concat(pto->args, args); in partial_call()
Doperator.c121 spam2(op_concat , PySequence_Concat) in spami()
/external/python/cpython3/Modules/
D_functoolsmodule.c77 pto->args = PySequence_Concat(pargs, nargs); in partial_new()
153 argappl = PySequence_Concat(pto->args, args); in partial_call()
D_operator.c99 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/Doc/c-api/
Dsequence.rst25 .. c:function:: PyObject* PySequence_Concat(PyObject *o1, PyObject *o2)
Dtypeobj.rst1208 This function is used by :c:func:`PySequence_Concat` and has the same
/external/python/cpython2/Objects/
Dstructseq.c320 result = PySequence_Concat(tup, b); in structseq_concat()
Dabstract.c1883 PySequence_Concat(PyObject *s, PyObject *o) function
/external/python/cpython3/Include/
Dabstract.h1052 PyAPI_FUNC(PyObject *) PySequence_Concat(PyObject *o1, PyObject *o2);
/external/python/cpython3/PC/
Dpython3.def506 PySequence_Concat=python36.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/cpython3/Doc/data/
Drefcounts.dat1147 PySequence_Concat:PyObject*::+1:
1148 PySequence_Concat:PyObject*:o1:0:
1149 PySequence_Concat:PyObject*:o2:0:
/external/python/cpython2/Doc/c-api/
Dsequence.rst29 .. c:function:: PyObject* PySequence_Concat(PyObject *o1, PyObject *o2)
Dtypeobj.rst1299 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/Objects/
Dabstract.c1496 PySequence_Concat(PyObject *s, PyObject *o) in PySequence_Concat() function