Searched refs:PySequence_Concat (Results 1 – 19 of 19) sorted by relevance
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 344 PySequence_Concat
|
/external/python/cpython2/Modules/ |
D | _functoolsmodule.c | 174 argappl = PySequence_Concat(pto->args, args); in partial_call()
|
D | operator.c | 121 spam2(op_concat , PySequence_Concat) in spami()
|
/external/python/cpython3/Include/ |
D | abstract.h | 634 PyAPI_FUNC(PyObject *) PySequence_Concat(PyObject *o1, PyObject *o2);
|
/external/python/cpython2/Include/ |
D | abstract.h | 1068 PyAPI_FUNC(PyObject *) PySequence_Concat(PyObject *o1, PyObject *o2);
|
/external/python/cpython2/Objects/ |
D | structseq.c | 320 result = PySequence_Concat(tup, b); in structseq_concat()
|
D | abstract.c | 1880 PySequence_Concat(PyObject *s, PyObject *o) function
|
/external/python/cpython3/Doc/c-api/ |
D | sequence.rst | 27 .. c:function:: PyObject* PySequence_Concat(PyObject *o1, PyObject *o2)
|
D | typeobj.rst | 2133 This function is used by :c:func:`PySequence_Concat` and has the same 2177 will fall back to :c:func:`PySequence_Concat`. It is also used by the
|
/external/python/cpython3/Modules/ |
D | _functoolsmodule.c | 76 pto->args = PySequence_Concat(pargs, nargs); in partial_new() 261 PyObject *args2 = PySequence_Concat(pto->args, args); in partial_call()
|
D | _operator.c | 444 return PySequence_Concat(a, b); in _operator_concat_impl()
|
/external/python/cpython3/PC/ |
D | python3.def | 508 PySequence_Concat=python39.PySequence_Concat
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1133 PySequence_Concat:PyObject*::+1: 1134 PySequence_Concat:PyObject*:o1:0: 1135 PySequence_Concat:PyObject*:o2:0:
|
/external/python/cpython2/Doc/c-api/ |
D | sequence.rst | 28 .. c:function:: PyObject* PySequence_Concat(PyObject *o1, PyObject *o2)
|
D | typeobj.rst | 1284 This function is used by :c:func:`PySequence_Concat` and has the same
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 103 "PySequence_Concat"
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1946 PySequence_Concat:PyObject*::+1: 1947 PySequence_Concat:PyObject*:o1:0: 1948 PySequence_Concat:PyObject*:o2:0:
|
/external/python/cpython3/Objects/ |
D | abstract.c | 1630 PySequence_Concat(PyObject *s, PyObject *o) in PySequence_Concat() function
|
/external/marisa-trie/bindings/python/ |
D | marisa-swig_wrap.cxx | 1209 result = PySequence_Concat(o2, o3); in SWIG_Python_AppendOutput()
|