Interface UnpackingExpression
-
- All Superinterfaces:
Argument,DictionaryLiteralElement,Expression,Tree
- All Known Implementing Classes:
UnpackingExpressionImpl
public interface UnpackingExpression extends Expression, DictionaryLiteralElement, Argument
See https://docs.python.org/3/reference/expressions.html#grammar-token-starred-expression See https://www.python.org/dev/peps/pep-0448/starToken()expression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expressionexpression()TokenstarToken()Can be either*or**
-
-
-
Method Detail
-
starToken
Token starToken()
Can be either*or**
-
expression
Expression expression()
-
-