pythonparse.Ast.stmt
See thestmt companion trait
object stmt
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
case class FunctionDef(name: identifier, args: arguments, body: Seq[stmt], decorator_list: Seq[expr]) extends stmt
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
case class Global(names: Seq[identifier]) extends stmt
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
case class ImportFrom(module: Option[identifier], names: Seq[alias], level: Option[int]) extends stmt
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
case class TryExcept(body: Seq[stmt], handlers: Seq[excepthandler], orelse: Seq[stmt]) extends stmt
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
case class TryFinally(body: Seq[stmt], finalbody: Seq[stmt]) extends stmt
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait stmtclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article