Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_collectionsmodule.c813 deque_clearmethod(dequeobject *deque) in deque_clearmethod() function
1165 {"clear", (PyCFunction)deque_clearmethod,
/external/python/cpython3/Modules/
D_collectionsmodule.c672 deque_clearmethod(dequeobject *deque) in deque_clearmethod() function
1598 {"clear", (PyCFunction)deque_clearmethod,