Searched refs:Py_file_input (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DBuiltins.c162 result = PyRun_StringFlags(code, Py_file_input, globals, locals, &cf);
164 result = PyRun_String(code, Py_file_input, globals, locals);
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibpython.py2315 Py_file_input = 257 variable in class:PythonCodeExecutor
2518 return '\n'.join(lines), PythonCodeExecutor.Py_file_input
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp1240 struct _node *compiled_node = PyParser_SimpleParseString (in_string, Py_file_input);

Completed in 804 milliseconds