Home
last modified time | relevance | path

Searched refs:tuplerepeat (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dtupleobject.c514 tuplerepeat(PyTupleObject *a, Py_ssize_t n) in tuplerepeat() function
758 (ssizeargfunc)tuplerepeat, /* sq_repeat */
/external/python/cpython2/Objects/
Dtupleobject.c472 tuplerepeat(PyTupleObject *a, Py_ssize_t n) in tuplerepeat() function
690 (ssizeargfunc)tuplerepeat, /* sq_repeat */