expr

pythonparse.Ast.expr
See theexpr companion trait
object expr

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
expr.type

Members list

Type members

Classlikes

case class Attribute(value: expr, attr: identifier, ctx: expr_context) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class BinOp(left: expr, op: operator, right: expr) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class BoolOp(op: boolop, values: Seq[expr]) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class Call(func: expr, args: Seq[expr], keywords: Seq[keyword], starargs: Option[expr], kwargs: Option[expr]) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class Compare(left: expr, ops: Seq[cmpop], comparators: Seq[expr]) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class Dict(keys: Seq[expr], values: Seq[expr]) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class DictComp(key: expr, value: expr, generators: Seq[comprehension]) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class GeneratorExp(elt: expr, generators: Seq[comprehension]) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class IfExp(test: expr, body: expr, orelse: expr) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class Lambda(args: arguments, body: expr) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class List(elts: Seq[expr], ctx: expr_context) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class ListComp(elt: expr, generators: Seq[comprehension]) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class Name(id: identifier, ctx: expr_context) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class Num(n: Any) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class Repr(value: expr) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class Set(elts: Seq[expr]) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class SetComp(elt: expr, generators: Seq[comprehension]) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class Str(s: string) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class Subscript(value: expr, slice: slice, ctx: expr_context) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class Tuple(elts: Seq[expr], ctx: expr_context) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class UnaryOp(op: unaryop, operand: expr) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all
case class Yield(value: Option[expr]) extends expr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait expr
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror