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

Member predicate Variable :: escapes

Whether there is an access to this variable outside of its own scope. Usually occurs in nested functions or for global variables.

predicate escapes ( )