Searched defs:AugAssign (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Include/ |
| D | Python-ast.h | 131 } AugAssign; member 494 #define AugAssign(a0, a1, a2, a3, a4, a5, a6, a7) _Py_AugAssign(a0, a1, a2, a3, a4, a5, a6, a7) macro
|
| /third_party/python/Python/ |
| D | Python-ast.c | 2127 AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in AugAssign() function
|