Home
last modified time | relevance | path

Searched refs:sq_inplace_concat (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Objects/
Dtypeslots.inc43 {offsetof(PySequenceMethods, sq_inplace_concat), offsetof(PyTypeObject, tp_as_sequence)},
Dabstract.c1270 binaryfunc func = m->sq_inplace_concat; in PyNumber_InPlaceAdd()
1825 if (m && m->sq_inplace_concat) { in PySequence_InPlaceConcat()
1826 PyObject *res = m->sq_inplace_concat(s, o); in PySequence_InPlaceConcat()
Dtypeobject.c5841 COPYSEQ(sq_inplace_concat); in inherit_slots()
8083 SQSLOT("__iadd__", sq_inplace_concat, NULL,
/third_party/python/Include/cpython/
Dobject.h161 binaryfunc sq_inplace_concat; member
/third_party/python/Doc/c-api/
Dtypeobj.rst314 …| :c:member:`~PySequenceMethods.sq_inplace_concat` | :c:type:`binaryfunc` | __…
2288 .. c:member:: binaryfunc PySequenceMethods.sq_inplace_concat
/third_party/python/Misc/
DHISTORY22656 - The sq_repeat, sq_inplace_repeat, sq_concat and sq_inplace_concat