Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h18 typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShift=7, enum
/external/python/cpython3/Include/
DPython-ast.h18 typedef enum _operator { Add=1, Sub=2, Mult=3, MatMult=4, Div=5, Mod=6, Pow=7, enum