Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_testmultiphase.c130 static PyModuleDef def_nonmodule_with_methods; variable
467 if (def != &def_nonmodule && def != &def_nonmodule_with_methods) { in createfunc_nonmodule()
524 static PyModuleDef def_nonmodule_with_methods = TEST_MODULE_DEF( variable
530 return PyModuleDef_Init(&def_nonmodule_with_methods); in PyInit__testmultiphase_nonmodule_with_methods()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv224 Modules/_testmultiphase.c - def_nonmodule_with_methods -