Searched defs:zipimportmodule (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
H A Dzipimport.c1537 static struct PyModuleDef zipimportmodule = { variable in typeref:struct:PyModuleDef
1561 mod = PyModule_Create(&zipimportmodule);

Completed in 71 milliseconds