Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c719 static PyObject* ast2obj_object(void *o) in ast2obj_object() function
726 #define ast2obj_singleton ast2obj_object
727 #define ast2obj_constant ast2obj_object
728 #define ast2obj_identifier ast2obj_object
729 #define ast2obj_string ast2obj_object
730 #define ast2obj_bytes ast2obj_object
3295 value = ast2obj_object(o->v.Num.n); in ast2obj_expr()
/external/python/cpython2/Python/
DPython-ast.c565 static PyObject* ast2obj_object(void *o) in ast2obj_object() function
572 #define ast2obj_identifier ast2obj_object
573 #define ast2obj_string ast2obj_object
2819 value = ast2obj_object(o->v.Num.n); in ast2obj_expr()