Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_collectionsmodule.c147 deque_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in deque_new() function
523 new_deque = (dequeobject *)deque_new(&deque_type, (PyObject *)NULL, (PyObject *)NULL); in deque_copy()
1678 deque_new, /* tp_new */
/external/python/cpython2/Modules/
D_collectionsmodule.c127 deque_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in deque_new() function
1239 deque_new, /* tp_new */