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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 50 PySys_GetObject(char *name)
63 PyObject *v = PySys_GetObject(name);
110 outf = PySys_GetObject("stdout");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 50 PySys_GetObject(char *name)
63 PyObject *v = PySys_GetObject(name);
110 outf = PySys_GetObject("stdout");
    [all...]
  /external/python/cpython2/Python/
sysmodule.c 50 PySys_GetObject(char *name)
63 PyObject *v = PySys_GetObject(name);
110 outf = PySys_GetObject("stdout");
    [all...]
  /external/python/cpython3/Python/
sysmodule.c 61 PySys_GetObject(const char *name)
    [all...]

Completed in 243 milliseconds