Searched refs:ast2obj_int (Results 1 – 2 of 2) sorted by relevance
732 static PyObject* ast2obj_int(long b) in ast2obj_int() function2789 value = ast2obj_int(o->v.AnnAssign.simple); in ast2obj_stmt()2983 value = ast2obj_int(o->v.ImportFrom.level); in ast2obj_stmt()3029 value = ast2obj_int(o->lineno); in ast2obj_stmt()3034 value = ast2obj_int(o->col_offset); in ast2obj_stmt()3318 value = ast2obj_int(o->v.FormattedValue.conversion); in ast2obj_expr()3464 value = ast2obj_int(o->lineno); in ast2obj_expr()3469 value = ast2obj_int(o->col_offset); in ast2obj_expr()3712 value = ast2obj_int(o->is_async); in ast2obj_comprehension()3754 value = ast2obj_int(o->lineno); in ast2obj_excepthandler()[all …]
579 static PyObject* ast2obj_int(long b) in ast2obj_int() function2492 value = ast2obj_int(o->v.ImportFrom.level); in ast2obj_stmt()2548 value = ast2obj_int(o->lineno); in ast2obj_stmt()2553 value = ast2obj_int(o->col_offset); in ast2obj_stmt()2915 value = ast2obj_int(o->lineno); in ast2obj_expr()2920 value = ast2obj_int(o->col_offset); in ast2obj_expr()3204 value = ast2obj_int(o->lineno); in ast2obj_excepthandler()3209 value = ast2obj_int(o->col_offset); in ast2obj_excepthandler()