Expressions
pythonparse.Expressions
object Expressions
Python's expression grammar. This is stuff that can be used within a larger expression. Everything here ignores whitespace and does not care about indentation
Manually transcribed from https://docs.python.org/2/reference/grammar.html
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Expressions.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