Class DataFlowModuleScope
A module. This is not actually a callable, but we need this so a
ModuleVariableNode
have an enclosing callable.
Import path
import semmle.python.dataflow.new.internal.DataFlowDispatch
Direct supertypes
Indirect supertypes
Fields
Predicates
getLocation |
Gets the location of this dataflow callable. |
getParameter |
Gets the parameter at position |
getQualifiedName |
Gets qualified name for this callable, if any. |
getScope |
Gets the scope of this callable |
toString |
Gets a textual representation of this element. |
Inherited predicates
asLibraryCallable |
Gets the underlying library callable, if any. |
from DataFlowCallable |