Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c573 #define ast2obj_string ast2obj_object macro
2828 value = ast2obj_string(o->v.Str.s); in ast2obj_expr()
/external/python/cpython3/Python/
DPython-ast.c729 #define ast2obj_string ast2obj_object macro
3304 value = ast2obj_string(o->v.Str.s); in ast2obj_expr()