Home
last modified time | relevance | path

Searched refs:PyParser_SimpleParseFileFlags (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Dpythonrun.h52 PyParser_SimpleParseFileFlags(FP, S, B, 0)
55 PyAPI_FUNC(struct _node *) PyParser_SimpleParseFileFlags(FILE *, const char *,
/external/python/cpython3/Include/
Dpythonrun.h73 PyParser_SimpleParseFileFlags(FP, S, B, 0)
91 PyAPI_FUNC(struct _node *) PyParser_SimpleParseFileFlags(FILE *, const char *, int, int);
/external/python/cpython2/Doc/c-api/
Dveryhigh.rst170 This is a simplified interface to :c:func:`PyParser_SimpleParseFileFlags` below,
174 .. c:function:: struct _node* PyParser_SimpleParseFileFlags(FILE *fp, const char *filename, int sta…
/external/python/cpython3/PC/
Dpython3.def498 PyParser_SimpleParseFileFlags=python39.PyParser_SimpleParseFileFlags
/external/python/cpython2/Python/
Dpythonrun.c1531 PyParser_SimpleParseFileFlags(FILE *fp, const char *filename, int start, int flags) in PyParser_SimpleParseFileFlags() function
1940 return PyParser_SimpleParseFileFlags(fp, filename, start, 0); in PyParser_SimpleParseFile()
/external/python/cpython3/Doc/c-api/
Dveryhigh.rst221 This is a simplified interface to :c:func:`PyParser_SimpleParseFileFlags` below,
227 .. c:function:: struct _node* PyParser_SimpleParseFileFlags(FILE *fp, const char *filename, int sta…
/external/python/cpython3/Doc/data/
Drefcounts.dat1811 PyParser_SimpleParseFileFlags:struct _node*:::
1812 PyParser_SimpleParseFileFlags:FILE*:fp::
1813 PyParser_SimpleParseFileFlags:const char*:filename::
1814 PyParser_SimpleParseFileFlags:int:start::
1815 PyParser_SimpleParseFileFlags:int:flags::
/external/python/cpython3/Python/
Dpythonrun.c1493 PyParser_SimpleParseFileFlags(FILE *fp, const char *filename, int start, int flags) in PyParser_SimpleParseFileFlags() function
1724 return PyParser_SimpleParseFileFlags(fp, filename, start, 0); in PyParser_SimpleParseFile()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0b4.rst91 :c:func:`PyParser_SimpleParseFileFlags`.
/external/python/cpython2/PC/os2emx/
Dpython27.def1090 "PyParser_SimpleParseFileFlags"
/external/python/cpython3/Doc/whatsnew/
D3.9.rst852 :c:func:`PyParser_SimpleParseFileFlags` and :c:func:`PyNode_Compile`