Home
last modified time | relevance | path

Searched refs:PySequence_Concat (Results 1 – 10 of 10) 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/cpython2/Include/
Dabstract.h1068 PyAPI_FUNC(PyObject *) PySequence_Concat(PyObject *o1, PyObject *o2);
/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/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.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"