mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
Python: format ql
This commit is contained in:
@@ -153,7 +153,7 @@ newtype TContent =
|
||||
/** An element of a tuple at a specifik index. */
|
||||
TTupleElementContent(int index) { exists(IntegerLiteral lit | lit.getValue() = index) } or
|
||||
/** An element of a dictionary under a specific key. */
|
||||
TDictionaryElementContent(string key) { exists(StrConst s | s.getS() = key ) } or
|
||||
TDictionaryElementContent(string key) { exists(StrConst s | s.getS() = key) } or
|
||||
/** An element of a dictionary at any key. */
|
||||
TDictionaryElementAnyContent()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user