Searched refs:ast2obj_object (Results 1 – 2 of 2) sorted by relevance
565 static PyObject* ast2obj_object(void *o) in ast2obj_object() function572 #define ast2obj_identifier ast2obj_object573 #define ast2obj_string ast2obj_object2819 value = ast2obj_object(o->v.Num.n); in ast2obj_expr()
994 static PyObject* ast2obj_object(struct ast_state *Py_UNUSED(state), void *o) in ast2obj_object() function1001 #define ast2obj_constant ast2obj_object1002 #define ast2obj_identifier ast2obj_object1003 #define ast2obj_string ast2obj_object