Searched defs:BinOp_kind (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A DPython-ast.h187 enum _expr_kind {BoolOp_kind=1, BinOp_kind=2, UnaryOp_kind=3, Lambda_kind=4, enumerator in enum:_expr_kind
/external/python/cpython3/Include/
H A DPython-ast.h207 enum _expr_kind {BoolOp_kind=1, BinOp_kind=2, UnaryOp_kind=3, Lambda_kind=4, enumerator in enum:_expr_kind

Completed in 408 milliseconds