Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_testmultiphase.c437 static PyModuleDef def_nonmodule_with_methods; variable
445 if (def != &def_nonmodule && def != &def_nonmodule_with_methods) { in createfunc_nonmodule()
502 static PyModuleDef def_nonmodule_with_methods = TEST_MODULE_DEF( variable
508 return PyModuleDef_Init(&def_nonmodule_with_methods); in PyInit__testmultiphase_nonmodule_with_methods()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv211 Modules/_testmultiphase.c - def_nonmodule_with_methods -