Home
last modified time | relevance | path

Searched refs:AugAssign_kind (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast.h179 AugAssign_kind=7, AnnAssign_kind=8, For_kind=9, enumerator
/third_party/python/Python/
H A Dast_opt.c908 case AugAssign_kind: in astfold_stmt()
H A Dast.c750 case AugAssign_kind: in validate_stmt()
H A Dsymtable.c1294 case AugAssign_kind: in symtable_visit_stmt()
H A Dcompile.c4105 case AugAssign_kind: in compiler_visit_stmt()
5976 assert(s->kind == AugAssign_kind); in compiler_augassign()
H A DPython-ast.c2136 p->kind = AugAssign_kind; in _PyAST_AugAssign()
3849 case AugAssign_kind: in ast2obj_stmt()

Completed in 31 milliseconds