Searched refs:PyRun_SimpleFile (Results 1 – 8 of 8) sorted by relevance
91 #define PyRun_SimpleFile(f, p) PyRun_SimpleFileExFlags(f, p, 0, NULL) macro
340 PyRun_SimpleFile
35 to :c:func:`PyRun_SimpleFile`. You can also call the lower-level operations80 be done by using the :c:func:`PyRun_SimpleFile` function, which saves you the
67 :c:func:`PyRun_SimpleFile`. If *filename* is *NULL*, this function uses90 .. c:function:: int PyRun_SimpleFile(FILE *fp, const char *filename)
1981 #undef PyRun_SimpleFile1983 PyRun_SimpleFile(FILE *f, const char *p) in PyRun_SimpleFile() function
1107 PyRun_SimpleFile:int:::1108 PyRun_SimpleFile:FILE*:fp::1109 PyRun_SimpleFile:char*:filename::
1107 "PyRun_SimpleFile"
859 PyRun_SimpleFile PyRun_SimpleFileEx PyRun_SimpleString