Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c969 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/
DPython-ast.c1170 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()