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

Member predicate Dict::getAKey

Gets the key of an item of this dict display, for those items that have keys E.g, in {‘a’:1, **b} this returns only ‘a’

Expr getAKey()