Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dpythonrun.h52 PyParser_SimpleParseFileFlags(FP, S, B, 0)
55 PyAPI_FUNC(struct _node *) PyParser_SimpleParseFileFlags(FILE *, const char *,
/aosp_15_r20/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…
/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1090 "PyParser_SimpleParseFileFlags"
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.10.rst1811 ``PyParser_SimpleParseFileFlags`` and ``PyNode_Compile``
1931 ``PyParser_SimpleParseFileFlags``, ``PyNode_Compile`` and the type
1944 * There is no direct replacement for ``PyParser_SimpleParseFileFlags``.
D3.9.rst875 :c:func:`PyParser_SimpleParseFileFlags` and :c:func:`PyNode_Compile`