Uses of Class
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeImport
Packages that use PythonCodeImport
Package
Description
VTL Code artifact(s) for Python.
-
Uses of PythonCodeImport in net.ssehub.easy.instantiation.python.codeArtifacts
Methods in net.ssehub.easy.instantiation.python.codeArtifacts that return PythonCodeImportModifier and TypeMethodDescriptionAdds a simple import.Adds a module-based import.Adds a further name to be imported.PythonCodeImport.toImports()Moves this import to the imports at the beginning of the artifact.PythonCodeImport.toImports(boolean apply) Moves this import conditionally to the imports at the beginning of the artifact.