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

Member predicate DictNode::getAKey

Gets a key of this dictionary literal node, for those items that have keys E.g, in {‘a’:1, **b} this returns only ‘a’

ControlFlowNode getAKey()