Home
last modified time | relevance | path

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

/third_party/python/Programs/
D_freeze_importlib.c27 const struct _frozen *PyImport_FrozenModules; variable
45 PyImport_FrozenModules = _PyImport_FrozenModules; in main()
D_testembed.c1756 for (p = PyImport_FrozenModules; ; p++) { in list_frozen()
/third_party/python/Python/
Dfrozen.c39 const struct _frozen *PyImport_FrozenModules = _PyImport_FrozenModules; variable
Dimport.c1079 for (p = PyImport_FrozenModules; ; p++) { in find_frozen()
/third_party/python/Include/cpython/
Dimport.h43 PyAPI_DATA(const struct _frozen *) PyImport_FrozenModules;
/third_party/python/Doc/c-api/
Dimport.rst262 .. c:var:: const struct _frozen* PyImport_FrozenModules
Dinit_config.rst1194 If :c:func:`PyImport_FrozenModules`, :c:func:`PyImport_AppendInittab` or
/third_party/python/Doc/library/
Dctypes.rst1074 :c:data:`PyImport_FrozenModules` pointer exported by Python.
1099 >>> table = FrozenTable.in_dll(pythonapi, "PyImport_FrozenModules")
/third_party/python/Misc/
DHISTORY32299 - There's now an externally visible pointer PyImport_FrozenModules which