Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_queuemodule.c10 static PyTypeObject PySimpleQueueType; /* forward decl */ variable
310 static PyTypeObject PySimpleQueueType = { variable
394 if (PyModule_AddType(m, &PySimpleQueueType) < 0) { in PyInit__queue()
/external/python/cpython3/Modules/clinic/
D_queuemodule.c.h19 if ((type == &PySimpleQueueType) && in simplequeue_new()
23 if ((type == &PySimpleQueueType) && in simplequeue_new()