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

Class ComprehensionList

A list of Comprehensions (for generating parts of a set, list or dictionary comprehension)

Import path

import python

Direct supertypes

Indirect supertypes

Inherited predicates

getAnItem

Gets an item of this comprehension list

from ComprehensionList_
getItem

Gets the nth item of this comprehension list

from ComprehensionList_
getParent

Gets a parent of this comprehension list

from ComprehensionList_
toString

Gets a textual representation of this element.

from ComprehensionList_