Home
last modified time | relevance | path

Searched refs:PyParser_SimpleParseFileFlags (Results 1 – 6 of 6) 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/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/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/cpython2/PC/os2emx/
Dpython27.def1090 "PyParser_SimpleParseFileFlags"
/external/python/cpython3/Doc/whatsnew/
D3.10.rst1812 ``PyParser_SimpleParseFileFlags`` and ``PyNode_Compile``
1932 ``PyParser_SimpleParseFileFlags``, ``PyNode_Compile`` and the type
1945 * There is no direct replacement for ``PyParser_SimpleParseFileFlags``.
D3.9.rst877 :c:func:`PyParser_SimpleParseFileFlags` and :c:func:`PyNode_Compile`