Searched refs:_Py_SourceAsString (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/ |
D | symtablemodule.c | 38 const char *str = _Py_SourceAsString(source, "symtable", "string or bytes", &cf, &source_copy); in _symtable_symtable_impl()
|
/external/python/cpython3/Include/ |
D | pythonrun.h | 128 PyAPI_FUNC(const char *) _Py_SourceAsString(
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 815 str = _Py_SourceAsString(source, "compile", "string, bytes or AST", &cf, &source_copy); in builtin_compile_impl() 951 str = _Py_SourceAsString(source, "eval", "string, bytes or code", &cf, &source_copy); in builtin_eval_impl() 1042 str = _Py_SourceAsString(source, "exec", in builtin_exec_impl()
|
D | pythonrun.c | 1300 _Py_SourceAsString(PyObject *cmd, const char *funcname, const char *what, PyCompilerFlags *cf, PyOb… in _Py_SourceAsString() function
|