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

Class TemplateStringList

A list of template strings.

Import path

import python

Direct supertypes

Indirect supertypes

Inherited predicates

getAnItem

Gets an item of this template string literal list

from TemplateStringList_
getItem

Gets the nth item of this template string literal list

from TemplateStringList_
getParent

Gets a parent of this template string literal list

from TemplateStringList_
toString

Gets a textual representation of this element.

from TemplateStringList_