Searched refs:Py_eval_input (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Include/ |
D | Python.h | 162 #define Py_eval_input 258 macro
|
/external/python/cpython2/Modules/ |
D | symtablemodule.c | 25 start = Py_eval_input; in symtable_symtable()
|
D | cPickle.c | 8 #ifndef Py_eval_input 10 #define Py_eval_input eval_input macro
|
/external/python/cpython2/Doc/c-api/ |
D | veryhigh.rst | 15 parameter. The available start symbols are :const:`Py_eval_input`, 233 code which can be compiled and should be :const:`Py_eval_input`, 277 .. c:var:: int Py_eval_input
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 481 int start[] = {Py_file_input, Py_eval_input, Py_single_input}; in builtin_compile() 706 result = PyRun_StringFlags(str, Py_eval_input, globals, locals, &cf); in builtin_eval() 1261 res = PyRun_StringFlags(str, Py_eval_input, globals, locals, &cf); in builtin_input()
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 78 start symbol :c:data:`Py_eval_input`; it parses an expression, evaluates it and
|
/external/python/cpython2/Misc/ |
D | HISTORY | 13988 Py_eval_input.
|