Searched refs:ast2obj_object (Results 1 – 2 of 2) sorted by relevance
719 static PyObject* ast2obj_object(void *o) in ast2obj_object() function726 #define ast2obj_singleton ast2obj_object727 #define ast2obj_constant ast2obj_object728 #define ast2obj_identifier ast2obj_object729 #define ast2obj_string ast2obj_object730 #define ast2obj_bytes ast2obj_object3295 value = ast2obj_object(o->v.Num.n); in ast2obj_expr()
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()