Home
last modified time | relevance | path

Searched refs:Py_CompileString (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dveryhigh.rst223 .. 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/
Dpythonrun.h101 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/
Dveryhigh.rst259 .. 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/
Dpythonrun.h65 #define Py_CompileString(str, p, s) Py_CompileStringFlags(str, p, s, NULL) macro
/external/python/cpython2/PC/os2vacpp/
Dpython.def413 Py_CompileString
/external/python/cpython3/Python/
Dpythonrun.c1121 #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/
Drefcounts.dat1738 Py_CompileString:PyObject*::+1:
1739 Py_CompileString:char*:str::
1740 Py_CompileString:char*:filename::
1741 Py_CompileString:int:start::
/external/python/cpython3/Doc/faq/
Dextending.rst310 :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/
Dpythonrun.c2022 #undef Py_CompileString
2024 Py_CompileString(const char *str, const char *p, int s) in Py_CompileString() function
/external/python/cpython3/PC/
Dpython3.def723 Py_CompileString=python37.Py_CompileString
/external/python/cpython2/Doc/faq/
Dextending.rst319 :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/
Drefcounts.dat2924 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/
Dpython27.def1111 "Py_CompileString"
/external/python/cpython2/Modules/
Dzipimport.c1148 code = Py_CompileString(PyString_AsString(fixed_source), pathname, in compile_source()
/external/python/cpython2/Misc/
DHISTORY860 PyRun_String Py_CompileString
/external/python/cpython3/Misc/
DHISTORY18244 PyRun_String Py_CompileString