pythonparse.Statements
See theStatements companion object
Python's statement grammar. This can only be used in statement-blocks, and is sensitive to newlines and indentation to determine nesting
Manually transcribed from https://docs.python.org/2/reference/grammar.html
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object Statements.type
Members list
Type members
Classlikes
object whitespace extends Whitespace
Attributes
- Supertypes
-
trait Whitespaceclass Objecttrait Matchableclass Any
- Self type
-
whitespace.type
Value members
Concrete methods
In this article