CodeQL library for Python
codeql/python-all 0.11.12 (changelog, source)
Search

Member predicate PrintAstNode::getChildEdgeLabel

Gets the label for the edge from this node to the specified child. By default, this is just the index of the child, but subclasses can override this.

string getChildEdgeLabel(int childIndex)