Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dfrozen.c26 static struct _frozen _PyImport_FrozenModules[] = { variable
38 struct _frozen *PyImport_FrozenModules = _PyImport_FrozenModules;
/external/python/cpython3/Python/
Dfrozen.c31 static const struct _frozen _PyImport_FrozenModules[] = { variable
50 const struct _frozen *PyImport_FrozenModules = _PyImport_FrozenModules;
/external/python/cpython3/Programs/
D_freeze_importlib.c19 static const struct _frozen _PyImport_FrozenModules[] = { variable
45 PyImport_FrozenModules = _PyImport_FrozenModules; in main()