Home
last modified time | relevance | path

Searched refs:sq_inplace_repeat (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Objects/
Dtypeslots.inc44 offsetof(PyHeapTypeObject, as_sequence.sq_inplace_repeat),
Dabstract.c1097 f = mv->sq_inplace_repeat; in PyNumber_InPlaceMultiply()
1585 if (m && m->sq_inplace_repeat) in PySequence_InPlaceRepeat()
1586 return m->sq_inplace_repeat(o, count); in PySequence_InPlaceRepeat()
Dtypeobject.c4801 COPYSEQ(sq_inplace_repeat); in inherit_slots()
6730 SQSLOT("__imul__", sq_inplace_repeat, NULL,
/external/python/cpython2/Include/
Dobject.h286 ssizeargfunc sq_inplace_repeat; member
/external/python/cpython3/Include/
Dobject.h298 ssizeargfunc sq_inplace_repeat; member
/external/python/cpython2/Objects/
Dabstract.c1370 f = mv->sq_inplace_repeat;
1968 if (m && HASINPLACE(o) && m->sq_inplace_repeat)
1969 return m->sq_inplace_repeat(o, count);
Dtypeobject.c3952 COPYSEQ(sq_inplace_repeat);
6162 SQSLOT("__imul__", sq_inplace_repeat, NULL,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst475 :attr:`sq_inplace_repeat`.
1339 .. c:member:: ssizeargfunc PySequenceMethods.sq_inplace_repeat
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst1248 .. c:member:: ssizeargfunc PySequenceMethods.sq_inplace_repeat
/external/python/cpython2/Misc/
DHISTORY5272 - The sq_repeat, sq_inplace_repeat, sq_concat and sq_inplace_concat
/external/python/cpython3/Misc/
DHISTORY22656 - The sq_repeat, sq_inplace_repeat, sq_concat and sq_inplace_concat