Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_testmultiphase.c436 static PyModuleDef def_nonmodule; variable
445 if (def != &def_nonmodule && def != &def_nonmodule_with_methods) { in createfunc_nonmodule()
472 static PyModuleDef def_nonmodule = TEST_MODULE_DEF( variable
478 return PyModuleDef_Init(&def_nonmodule); in PyInit__testmultiphase_nonmodule()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv209 Modules/_testmultiphase.c - def_nonmodule -