codeql/python-all
2.2.0
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets a node representing an index of a subscript of this node. For example, in obj[x], x is an index of obj.
obj[x]
x
obj
Node getIndex()