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

Class StringList

A list of strings (the primitive type string not Bytes or Unicode)

Import path

import python

Direct supertypes

Indirect supertypes

Inherited predicates

getAnItem

Gets an item of this string list

from StringList_
getItem

Gets the nth item of this string list

from StringList_
getParent

Gets a parent of this string list

from StringList_
toString

Gets a textual representation of this element.

from StringList_