Home
last modified time | relevance | path

Searched refs:PyRun_AnyFileFlags (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dpythonrun.h88 PyAPI_FUNC(int) PyRun_AnyFileFlags(FILE *, const char *, PyCompilerFlags *);
103 #define PyRun_AnyFileFlags(fp, name, flags) \ macro
/third_party/python/Modules/
H A Dmain.c535 int res = PyRun_AnyFileFlags(stdin, "<stdin>", &cf); in pymain_repl()
/third_party/python/Python/
H A Dpythonrun.c1923 #undef PyRun_AnyFileFlags macro
1925 PyRun_AnyFileFlags(FILE *fp, const char *name, PyCompilerFlags *flags) in PyRun_AnyFileFlags() function

Completed in 5 milliseconds