Searched refs:Py_CompileString (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython2/Doc/c-api/ |
D | veryhigh.rst | 223 .. c:function:: PyObject* Py_CompileString(const char *str, const char *filename, int start) 279 .. index:: single: Py_CompileString() 282 :c:func:`Py_CompileString`. 287 .. index:: single: Py_CompileString() 290 from a file or other source; for use with :c:func:`Py_CompileString`. This is 296 .. index:: single: Py_CompileString() 299 :c:func:`Py_CompileString`. This is the symbol used for the interactive
|
/external/python/cpython3/Include/ |
D | pythonrun.h | 101 PyAPI_FUNC(PyObject *) Py_CompileString(const char *, const char *, int); 103 #define Py_CompileString(str, p, s) Py_CompileStringExFlags(str, p, s, NULL, -1) macro
|
/external/python/cpython3/Doc/c-api/ |
D | veryhigh.rst | 259 .. c:function:: PyObject* Py_CompileString(const char *str, const char *filename, int start) 347 .. index:: single: Py_CompileString() 350 :c:func:`Py_CompileString`. 355 .. index:: single: Py_CompileString() 358 from a file or other source; for use with :c:func:`Py_CompileString`. This is 364 .. index:: single: Py_CompileString() 367 :c:func:`Py_CompileString`. This is the symbol used for the interactive
|
/external/python/cpython2/Include/ |
D | pythonrun.h | 65 #define Py_CompileString(str, p, s) Py_CompileStringFlags(str, p, s, NULL) macro
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 413 Py_CompileString
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 1121 #undef Py_CompileString 1584 #undef Py_CompileString 1586 Py_CompileString(const char *str, const char *p, int s) in Py_CompileString() function
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 1738 Py_CompileString:PyObject*::+1: 1739 Py_CompileString:char*:str:: 1740 Py_CompileString:char*:filename:: 1741 Py_CompileString:int:start::
|
/external/python/cpython3/Doc/faq/ |
D | extending.rst | 310 :c:func:`Py_CompileString`. If it compiles without errors, try to execute the 372 src = Py_CompileString (code, "<stdin>", Py_single_input);
|
/external/python/cpython2/Python/ |
D | pythonrun.c | 2022 #undef Py_CompileString 2024 Py_CompileString(const char *str, const char *p, int s) in Py_CompileString() function
|
/external/python/cpython3/PC/ |
D | python3.def | 723 Py_CompileString=python37.Py_CompileString
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 319 :c:func:`Py_CompileString`. If it compiles without errors, try to execute the 381 src = Py_CompileString (code, "<stdin>", Py_single_input);
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2924 Py_CompileString:PyObject*::+1: 2925 Py_CompileString:const char*:str:: 2926 Py_CompileString:const char*:filename:: 2927 Py_CompileString:int:start::
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1111 "Py_CompileString"
|
/external/python/cpython2/Modules/ |
D | zipimport.c | 1148 code = Py_CompileString(PyString_AsString(fixed_source), pathname, in compile_source()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 860 PyRun_String Py_CompileString
|
/external/python/cpython3/Misc/ |
D | HISTORY | 18244 PyRun_String Py_CompileString
|