Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_testmultiphase.c425 static PyModuleDef main_def = TEST_MODULE_DEF("main", main_slots, testexport_methods); variable
430 return PyModuleDef_Init(&main_def); in PyInit__testmultiphase()
554 return PyModuleDef_Init(&main_def); in PyInit_x()
661 return PyModuleDef_Init(&main_def); in PyInit__testmultiphase_export_unreported_exception()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv210 Modules/_testmultiphase.c - main_def -