Searched refs:PyRun_SimpleFile (Results 1 – 6 of 6) sorted by relevance
90 PyAPI_FUNC(int) PyRun_SimpleFile(FILE *f, const char *p);106 #define PyRun_SimpleFile(f, p) PyRun_SimpleFileExFlags(f, p, 0, NULL) macro
35 to :c:func:`PyRun_SimpleFile`. You can also call the lower-level operations86 be done by using the :c:func:`PyRun_SimpleFile` function, which saves you the
1529 #undef PyRun_SimpleFile1531 PyRun_SimpleFile(FILE *f, const char *p) in PyRun_SimpleFile() function
75 :c:func:`PyRun_SimpleFile`. *filename* is decoded from the filesystem99 .. c:function:: int PyRun_SimpleFile(FILE *fp, const char *filename)
1882 PyRun_SimpleFile:int:::1883 PyRun_SimpleFile:FILE*:fp::1884 PyRun_SimpleFile:const char*:filename::
18243 PyRun_SimpleFile PyRun_SimpleFileEx PyRun_SimpleString