Searched refs:obj2ast_mod (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | Python-ast.c | 969 static int obj2ast_mod(PyObject* obj, mod_ty* out, PyArena* arena); 3320 obj2ast_mod(PyObject* obj, mod_ty* out, PyArena* arena) in obj2ast_mod() function 6956 if (obj2ast_mod(ast, &res, arena) != 0) in PyAST_obj2mod()
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 1170 static int obj2ast_mod(PyObject* obj, mod_ty* out, PyArena* arena); 3943 obj2ast_mod(PyObject* obj, mod_ty* out, PyArena* arena) in obj2ast_mod() function 8390 if (obj2ast_mod(ast, &res, arena) != 0) in PyAST_obj2mod()
|