Searched refs:repeatfunc (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Objects/ |
D | abstract.c | 1031 sequence_repeat(ssizeargfunc repeatfunc, PyObject *seq, PyObject *n) in sequence_repeat() argument 1043 return (*repeatfunc)(seq, count); in sequence_repeat()
|
/external/python/cpython2/Doc/library/ |
D | itertools.rst | 737 def repeatfunc(func, times=None, *args): 740 Example: repeatfunc(random.random)
|
/external/python/cpython3/Doc/library/ |
D | itertools.rst | 776 def repeatfunc(func, times=None, *args): 779 Example: repeatfunc(random.random)
|
/external/python/cpython2/Objects/ |
D | abstract.c | 1198 sequence_repeat(ssizeargfunc repeatfunc, PyObject *seq, PyObject *n) argument 1210 return (*repeatfunc)(seq, count);
|