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

Module Scope

Import path

import semmle.python.Scope

Imports

Classes

Scope

A Scope. A scope is the lexical extent over which all identifiers with the same name refer to the same variable. Modules, Classes and Functions are all Scopes. There are no other scopes. The scopes for expressions that create new scopes, lambdas and comprehensions, are handled by creating an anonymous Function.