Interface SliceExpression
- All Superinterfaces:
Expression,Tree
- All Known Implementing Classes:
SliceExpressionImpl
Example:object()[sliceList()]
foo[1:10]See https://docs.python.org/3/reference/expressions.html#slicings
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.python.api.tree.Expression
type
-
Method Details
-
object
Expression object() -
leftBracket
Token leftBracket() -
sliceList
SliceList sliceList() -
rightBracket
Token rightBracket()
-