Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_queuemodule.c207 simplequeue_clear(simplequeueobject *self) in simplequeue_clear() function
219 (void)simplequeue_clear(self); in simplequeue_dealloc()
544 {Py_tp_clear, simplequeue_clear},