module documentation

Undocumented

Constant OP_PRECEDENCE Undocumented
OP_PRECEDENCE = (source)

Undocumented

Value
{op: precedence for precedence, ops in enumerate([['Lambda'], ['IfExp'], [
    'or'], ['and'], ['not'], ['Compare'], ['|'], ['^'], ['&'], ['<<', '>>'],
    ['+', '-'], ['*', '@', '/', '//', '%'], ['UnaryOp'], ['**'], ['Await']]
    ) for op in ops}