Searched refs:obj2ast_mod (Results 1 – 1 of 1) sorted by relevance
1845 static int obj2ast_mod(struct ast_state *state, PyObject* obj, mod_ty* out,5331 obj2ast_mod(struct ast_state *state, PyObject* obj, mod_ty* out, PyArena* arena) in obj2ast_mod() function12042 if (obj2ast_mod(state, ast, &res, arena) != 0) in PyAST_obj2mod()