Home
last modified time | relevance | path

Searched refs:PyRun_SimpleFile (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dpythonrun.h91 #define PyRun_SimpleFile(f, p) PyRun_SimpleFileExFlags(f, p, 0, NULL) macro
/external/python/cpython2/PC/os2vacpp/
Dpython.def340 PyRun_SimpleFile
/external/python/cpython2/Doc/extending/
Dembedding.rst35 to :c:func:`PyRun_SimpleFile`. You can also call the lower-level operations
80 be done by using the :c:func:`PyRun_SimpleFile` function, which saves you the
/external/python/cpython2/Doc/c-api/
Dveryhigh.rst67 :c:func:`PyRun_SimpleFile`. If *filename* is *NULL*, this function uses
90 .. c:function:: int PyRun_SimpleFile(FILE *fp, const char *filename)
/external/python/cpython2/Python/
Dpythonrun.c1981 #undef PyRun_SimpleFile
1983 PyRun_SimpleFile(FILE *f, const char *p) in PyRun_SimpleFile() function
/external/python/cpython2/Doc/data/
Drefcounts.dat1107 PyRun_SimpleFile:int:::
1108 PyRun_SimpleFile:FILE*:fp::
1109 PyRun_SimpleFile:char*:filename::
/external/python/cpython2/PC/os2emx/
Dpython27.def1107 "PyRun_SimpleFile"
/external/python/cpython2/Misc/
DHISTORY859 PyRun_SimpleFile PyRun_SimpleFileEx PyRun_SimpleString