CodeQL library for Python
codeql/python-all 1.0.5-dev (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()