Home
last modified time | relevance | path

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

/third_party/python/Python/
DPython-ast.c995 #define ast2obj_string ast2obj_object macro
3681 value = ast2obj_string(state, o->v.FunctionDef.type_comment); in ast2obj_stmt()
3719 value = ast2obj_string(state, o->v.AsyncFunctionDef.type_comment); in ast2obj_stmt()
3795 value = ast2obj_string(state, o->v.Assign.type_comment); in ast2obj_stmt()
3870 value = ast2obj_string(state, o->v.For.type_comment); in ast2obj_stmt()
3902 value = ast2obj_string(state, o->v.AsyncFor.type_comment); in ast2obj_stmt()
3963 value = ast2obj_string(state, o->v.With.type_comment); in ast2obj_stmt()
3985 value = ast2obj_string(state, o->v.AsyncWith.type_comment); in ast2obj_stmt()
4494 value = ast2obj_string(state, o->v.Constant.kind); in ast2obj_expr()
4948 value = ast2obj_string(state, o->type_comment); in ast2obj_arg()
[all …]