Home
last modified time | relevance | path

Searched refs:Py_CompileString (Results 1 – 18 of 18) 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.h107 PyAPI_FUNC(PyObject *) Py_CompileString(const char *, const char *, int);
109 #define Py_CompileString(str, p, s) Py_CompileStringExFlags(str, p, s, NULL, -1) macro
/external/python/cpython3/Doc/c-api/
Dveryhigh.rst280 .. c:function:: PyObject* Py_CompileString(const char *str, const char *filename, int start)
368 .. index:: single: Py_CompileString()
371 :c:func:`Py_CompileString`.
376 .. index:: single: Py_CompileString()
379 from a file or other source; for use with :c:func:`Py_CompileString`. This is
385 .. index:: single: Py_CompileString()
388 :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/cffi/cffi/
D_embedding.h164 pycode = Py_CompileString(_CFFI_PYTHON_STARTUP_CODE, in _cffi_initialize_python()
/external/python/cpython2/PC/os2vacpp/
Dpython.def413 Py_CompileString
/external/python/cpython3/Python/
Dpythonrun.c1292 #undef Py_CompileString
1806 #undef Py_CompileString
1808 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.rst311 :c:func:`Py_CompileString`. If it compiles without errors, try to execute the
374 src = Py_CompileString (code, "<stdin>", Py_single_input);
/external/python/cpython3/PC/
Dpython3.def723 Py_CompileString=python39.Py_CompileString
/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/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/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1585 Py_CompileString(NullTerminated(string), "<string>", Py_eval_input); in runStringOneLine()
1589 Py_CompileString(NullTerminated(string), "<string>", Py_single_input); in runStringOneLine()
/external/python/cpython3/Doc/data/
Drefcounts.dat2965 Py_CompileString:PyObject*::+1:
2966 Py_CompileString:const char*:str::
2967 Py_CompileString:const char*:filename::
2968 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