For more information on the search, visit the help page.
const
OP_PRECEDENCE
nodes
as_string
node_classes
node_ng
scoped_nodes
AnnAssign
Arguments
Assert
Assign
AssignAttr
AssignName
AsyncFor
AsyncWith
Attribute
AugAssign
Await
BinOp
BoolOp
Break
Call
Compare
Comprehension
Const
Continue
Decorators
DelAttr
Delete
DelName
Dict
DictUnpack
Ellipsis
EmptyNode
EvaluatedObject
ExceptHandler
Expr
ExtSlice
For
FormattedValue
Global
If
IfExp
Import
ImportFrom
Index
JoinedStr
Keyword
List
Match
MatchAs
MatchCase
MatchClass
MatchMapping
MatchOr
MatchSequence
MatchSingleton
MatchStar
MatchValue
Name
NamedExpr
NodeNG
Nonlocal
Pass
Raise
Return
Set
Slice
Starred
Statement
Subscript
TryExcept
TryFinally
Tuple
UnaryOp
Unknown
While
With
Yield
YieldFrom
are_exclusive
const_factory
unpack_infer
ALL_NODE_CLASSES
CONST_CLS
astroid.nodes.const
astroid
Undocumented
{op: precedence for precedence, ops in enumerate([['Lambda'], ['IfExp'], [ 'or'], ['and'], ['not'], ['Compare'], ['|'], ['^'], ['&'], ['<<', '>>'], ['+', '-'], ['*', '@', '/', '//', '%'], ['UnaryOp'], ['**'], ['Await']] ) for op in ops}