Interface UnpackingExpression

All Superinterfaces:
Argument, DictionaryLiteralElement, Expression, Tree
All Known Implementing Classes:
UnpackingExpressionImpl

public interface UnpackingExpression extends Expression, DictionaryLiteralElement, Argument
 starToken() expression()
 
See https://docs.python.org/3/reference/expressions.html#grammar-token-starred-expression See https://www.python.org/dev/peps/pep-0448/
  • Method Details

    • starToken

      Token starToken()
      Can be either * or **
    • expression

      Expression expression()