Searched refs:PyAST_obj2mod (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Include/ |
D | Python-ast.h | 534 mod_ty PyAST_obj2mod(PyObject* ast, PyArena* arena, int mode);
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 636 mod_ty PyAST_obj2mod(PyObject* ast, PyArena* arena, int mode);
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 858 mod = PyAST_obj2mod(source, arena, compile_mode); in builtin_compile_impl()
|
D | Python-ast.c | 8366 mod_ty PyAST_obj2mod(PyObject* ast, PyArena* arena, int mode) in PyAST_obj2mod() function
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 531 mod = PyAST_obj2mod(cmd, arena, mode); in builtin_compile()
|
D | Python-ast.c | 6929 mod_ty PyAST_obj2mod(PyObject* ast, PyArena* arena, int mode) in PyAST_obj2mod() function
|