Searched refs:sq_inplace_concat (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Objects/ |
D | typeslots.inc | 43 {offsetof(PySequenceMethods, sq_inplace_concat), offsetof(PyTypeObject, tp_as_sequence)},
|
D | abstract.c | 1270 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()
|
D | typeobject.c | 5841 COPYSEQ(sq_inplace_concat); in inherit_slots() 8083 SQSLOT("__iadd__", sq_inplace_concat, NULL,
|
/third_party/python/Include/cpython/ |
D | object.h | 161 binaryfunc sq_inplace_concat; member
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 314 …| :c:member:`~PySequenceMethods.sq_inplace_concat` | :c:type:`binaryfunc` | __… 2288 .. c:member:: binaryfunc PySequenceMethods.sq_inplace_concat
|
/third_party/python/Misc/ |
D | HISTORY | 22656 - The sq_repeat, sq_inplace_repeat, sq_concat and sq_inplace_concat
|