Home
last modified time | relevance | path

Searched defs:AugAssign (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
DPython-ast.h131 } 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/
DPython-ast.c2127 AugAssign(expr_ty target, operator_ty op, expr_ty value, int lineno, int in AugAssign() function