pythonparse
pythonparse
API
pythonparse
Ast
alias
arguments
attributes
boolop
And
Or
boolop
cmpop
Eq
Gt
GtE
In
Is
IsNot
Lt
LtE
NotEq
NotIn
cmpop
comprehension
excepthandler
ExceptHandler
excepthandler
expr
Attribute
BinOp
BoolOp
Call
Compare
Dict
DictComp
GeneratorExp
IfExp
Lambda
List
ListComp
Name
Num
Repr
Set
SetComp
Str
Subscript
Tuple
UnaryOp
Yield
expr
expr_context
AugLoad
AugStore
Del
Load
Param
Store
expr_context
identifier
keyword
mod
Expression
Interactive
Module
mod
operator
Add
BitAnd
BitOr
BitXor
Div
FloorDiv
LShift
Mod
Mult
Pow
RShift
Sub
operator
slice
Ellipsis
ExtSlice
Index
Slice
slice
stmt
Assert
Assign
AugAssign
Break
ClassDef
Continue
Delete
Exec
Expr
For
FunctionDef
Global
If
Import
ImportFrom
Pass
Print
Raise
Return
TryExcept
TryFinally
While
With
attributes
stmt
unaryop
Invert
Not
UAdd
USub
unaryop
Expressions
whitespace
Lexical
Statements
Statements
whitespace
pythonparse
/
pythonparse
/
Ast
/
expr
/
Set
Set
pythonparse.Ast.expr.Set
case
class
Set
(
elts
:
Seq
[
expr
])
extends
expr
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
expr
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
In this article
Attributes
Members list
Value members
Inherited methods