Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_collectionsmodule.c608 deque_remove(dequeobject *deque, PyObject *value) in deque_remove() function
1181 {"remove", (PyCFunction)deque_remove,
/external/python/cpython3/Modules/
D_collectionsmodule.c1172 deque_remove(dequeobject *deque, PyObject *value) in deque_remove() function
1620 {"remove", (PyCFunction)deque_remove,