Home
last modified time | relevance | path

Searched refs:dropwhile_type (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
H A Ditertoolsmodule.c.h275 if ((type == &dropwhile_type || in itertools_dropwhile()
276 type->tp_init == dropwhile_type.tp_init) && in itertools_dropwhile()
/third_party/python/Modules/
H A Ditertoolsmodule.c20 class itertools.dropwhile "dropwhileobject *" "&dropwhile_type"
40 static PyTypeObject dropwhile_type; variable
1387 static PyTypeObject dropwhile_type = { variable
4848 &dropwhile_type, in itertoolsmodule_exec()

Completed in 8 milliseconds