Home
last modified time | relevance | path

Searched refs:Py_CompileStringObject (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Include/cpython/
Dpythonrun.h63 PyAPI_FUNC(PyObject *) Py_CompileStringObject(
/external/python/cpython3/Doc/data/
Drefcounts.dat2960 Py_CompileStringObject:PyObject*::+1:
2961 Py_CompileStringObject:const char*:str::
2962 Py_CompileStringObject:PyObject*:filename:0:
2963 Py_CompileStringObject:int:start::
2964 Py_CompileStringObject:PyCompilerFlags*:flags::
2965 Py_CompileStringObject:int:optimize::
Dpython3.10.abi852 …<elf-symbol name='Py_CompileStringObject' type='func-type' binding='global-binding' visibility='de…
12294 …<function-decl name='Py_CompileStringObject' mangled-name='Py_CompileStringObject' filepath='./Inc…
17647Py_CompileStringObject' mangled-name='Py_CompileStringObject' filepath='Python/pythonrun.c' line='…
/external/python/cpython3/Python/
Dpythonrun.c1361 Py_CompileStringObject(const char *str, PyObject *filename, int start, in Py_CompileStringObject() function
1393 co = Py_CompileStringObject(str, filename, start, flags, optimize); in Py_CompileStringExFlags()
Dbltinmodule.c840 result = Py_CompileStringObject(str, filename, start[compile_mode], &cf, optimize); in builtin_compile_impl()
/external/python/cpython3/Doc/c-api/
Dveryhigh.rst247 .. c:function:: PyObject* Py_CompileStringObject(const char *str, PyObject *filename, int start, Py…
268 Like :c:func:`Py_CompileStringObject`, but *filename* is a byte string