Home
last modified time | relevance | path

Searched defs:PyRun_String (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h84 #define PyRun_String(str, s, g, l) PyRun_StringFlags(str, s, g, l, NULL) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h84 #define PyRun_String(str, s, g, l) PyRun_StringFlags(str, s, g, l, NULL) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1968 PyRun_String(const char *str, int s, PyObject *g, PyObject *l) in PyRun_String() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1993 PyRun_String(const char *str, int s, PyObject *g, PyObject *l) in PyRun_String() function