Searched refs:def_nonmodule_with_methods (Results 1 – 2 of 2) sorted by relevance
437 static PyModuleDef def_nonmodule_with_methods; variable445 if (def != &def_nonmodule && def != &def_nonmodule_with_methods) { in createfunc_nonmodule()502 static PyModuleDef def_nonmodule_with_methods = TEST_MODULE_DEF( variable508 return PyModuleDef_Init(&def_nonmodule_with_methods); in PyInit__testmultiphase_nonmodule_with_methods()
211 Modules/_testmultiphase.c - def_nonmodule_with_methods -