Searched refs:PyParser_SimpleParseFileFlags (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ |
D | pythonrun.h | 52 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/ |
D | veryhigh.rst | 170 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/ |
D | pythonrun.c | 1531 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/ |
D | python27.def | 1090 "PyParser_SimpleParseFileFlags"
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.10.rst | 1811 ``PyParser_SimpleParseFileFlags`` and ``PyNode_Compile`` 1931 ``PyParser_SimpleParseFileFlags``, ``PyNode_Compile`` and the type 1944 * There is no direct replacement for ``PyParser_SimpleParseFileFlags``.
|
D | 3.9.rst | 875 :c:func:`PyParser_SimpleParseFileFlags` and :c:func:`PyNode_Compile`
|