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

Member predicate Unicode::quotedString

Gets the quoted representation fo this string.

The extractor puts quotes into the name of each string (to prevent “0” clashing with 0). The following predicate help us match up a string/byte literals in the source which the equivalent object.

string quotedString()