Module Module
Import path
import semmle.python.ModuleImports
Predicates
| isPreferredModuleForName | Holds if the Container |
| legalShortName | |
| moduleNameFromFile | Gets the name of the module that |
Classes
| Module | A module. This is the top level element in an AST, corresponding to a source file. It is also a Scope; the scope of global variables. |