Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dimport.c2076 static struct PyModuleDef impmodule = { variable
2093 m = PyModule_Create(&impmodule); in PyInit_imp()