Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_collectionsmodule.c502 deque_rotate(dequeobject *deque, PyObject *args) in deque_rotate() function
1187 {"rotate", (PyCFunction)deque_rotate,
/external/python/cpython3/Modules/
D_collectionsmodule.c897 deque_rotate(dequeobject *deque, PyObject *const *args, Py_ssize_t nargs) in deque_rotate() function
1608 {"rotate", (PyCFunction)(void(*)(void))deque_rotate,