Home
last modified time | relevance | path

Searched defs:PyImport_FrozenModules (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Python/
Dfrozen.c46 const struct _frozen *PyImport_FrozenModules = _PyImport_FrozenModules; variable
/external/python/cpython2/Python/
Dfrozen.c38 struct _frozen *PyImport_FrozenModules = _PyImport_FrozenModules; variable
/external/python/cpython3/Programs/
D_freeze_importlib.c27 const struct _frozen *PyImport_FrozenModules; variable