Home
last modified time | relevance | path

Searched refs:Py_CompileStringExFlags (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/cpython/
Dpythonrun.h43 PyAPI_FUNC(PyObject *) Py_CompileStringExFlags(
55 #define Py_CompileString(str, p, s) Py_CompileStringExFlags((str), (p), (s), NULL, -1)
56 #define Py_CompileStringFlags(str, p, s, f) Py_CompileStringExFlags((str), (p), (s), (f), -1)
/external/python/cpython3/Programs/
D_freeze_module.c117 PyObject *code = Py_CompileStringExFlags(text, filename, in compile_and_marshal()
/external/python/cpython3/Python/
Dpythonrun.c1501 Py_CompileStringExFlags(const char *str, const char *filename_str, int start, in Py_CompileStringExFlags() function
1677 return Py_CompileStringExFlags(str, p, s, NULL, -1); in Py_CompileString()
1685 return Py_CompileStringExFlags(str, p, s, flags, -1); in Py_CompileStringFlags()
/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c551 …PyObject *result = Py_CompileStringExFlags(pycompile_scratch, "<fuzz input>", start, flags, optimi… in fuzz_pycompile()
/external/python/cpython3/Doc/data/
Drefcounts.dat2911 Py_CompileStringExFlags:PyObject*::+1:
2912 Py_CompileStringExFlags:const char*:str::
2913 Py_CompileStringExFlags:const char*:filename::
2914 Py_CompileStringExFlags:int:start::
2915 Py_CompileStringExFlags:PyCompilerFlags*:flags::
2916 Py_CompileStringExFlags:int:optimize::
Dpython3.13.abi969 …<elf-symbol name='Py_CompileStringExFlags' type='func-type' binding='global-binding' visibility='d…
28854Py_CompileStringExFlags' mangled-name='Py_CompileStringExFlags' filepath='Python/pythonrun.c' line…
/external/python/cpython3/Doc/c-api/
Dveryhigh.rst227 This is a simplified interface to :c:func:`Py_CompileStringExFlags` below, with
250 .. c:function:: PyObject* Py_CompileStringExFlags(const char *str, const char *filename, int start,…