Searched refs:def_nonmodule_with_methods (Results 1 – 2 of 2) sorted by relevance
130 static PyModuleDef def_nonmodule_with_methods; variable467 if (def != &def_nonmodule && def != &def_nonmodule_with_methods) { in createfunc_nonmodule()524 static PyModuleDef def_nonmodule_with_methods = TEST_MODULE_DEF( variable530 return PyModuleDef_Init(&def_nonmodule_with_methods); in PyInit__testmultiphase_nonmodule_with_methods()
224 Modules/_testmultiphase.c - def_nonmodule_with_methods -