Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dbltinmodule.c619 source_as_string(PyObject *cmd, const char *funcname, const char *what, PyCompilerFlags *cf, PyObje… in source_as_string() function
769 str = source_as_string(source, "compile", "string, bytes or AST", &cf, &source_copy); in builtin_compile_impl()
897 str = source_as_string(source, "eval", "string, bytes or code", &cf, &source_copy); in builtin_eval_impl()
981 str = source_as_string(source, "exec", in builtin_exec_impl()