Interface ReprExpression

All Superinterfaces:
Expression, Tree
All Known Implementing Classes:
ReprExpressionImpl

public interface ReprExpression extends Expression
Python 2 only.
   `expressionList()`
 
See https://portingguide.readthedocs.io/en/latest/syntax.html#backticks
  • Method Details

    • openingBacktick

      Token openingBacktick()
    • expressionList

      ExpressionList expressionList()
    • closingBacktick

      Token closingBacktick()