HomeSort by relevance Sort by last modified time
    Searched defs:PyImport_Inittab (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 95 struct _inittab *PyImport_Inittab = _PyImport_Inittab;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 95 struct _inittab *PyImport_Inittab = _PyImport_Inittab;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
import.c 95 struct _inittab *PyImport_Inittab = _PyImport_Inittab;
    [all...]
  /external/python/cpython2/Python/
import.c 95 struct _inittab *PyImport_Inittab = _PyImport_Inittab;
    [all...]
  /external/python/cpython3/Python/
import.c 33 struct _inittab *PyImport_Inittab = _PyImport_Inittab;
1068 for (i = 0; PyImport_Inittab[i].name != NULL; i++) {
1069 if (_PyUnicode_EqualToASCIIString(name, PyImport_Inittab[i].name)) {
1070 if (PyImport_Inittab[i].initfunc == NULL)
    [all...]

Completed in 222 milliseconds