Module Context
Import path
import semmle.python.pointsto.Context
Imports
Aliases
Context | A points-to context. Context can be one of: * “main”: Used for scripts. * “import”: Use for non-script modules. * “default”: Use for functions and methods without caller context. * All other contexts are call contexts and consist of a pair of call-site and caller context. |