Home
last modified time | relevance | path

Searched refs:Py_CompileStringFlags (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dpythonrun.h70 #define Py_CompileStringFlags(str, p, s, f) Py_CompileStringExFlags(str, p, s, f, -1) macro
/third_party/python/Python/
Dpythonrun.c1565 #undef Py_CompileStringFlags
1567 Py_CompileStringFlags(const char *str, const char *p, int s, in Py_CompileStringFlags() function
/third_party/python/Doc/c-api/
Dveryhigh.rst235 This is a simplified interface to :c:func:`Py_CompileStringFlags` below, leaving
239 .. c:function:: PyObject* Py_CompileStringFlags(const char *str, const char *filename, int start, P…
/third_party/python/Doc/data/
Drefcounts.dat2954 Py_CompileStringFlags:PyObject*::+1:
2955 Py_CompileStringFlags:const char*:str::
2956 Py_CompileStringFlags:const char*:filename::
2957 Py_CompileStringFlags:int:start::
2958 Py_CompileStringFlags:PyCompilerFlags*:flags::