Uses of Class
net.ssehub.easy.instantiation.python.codeArtifacts.PythonCodeDecorator
Packages that use PythonCodeDecorator
Package
Description
VTL Code artifact(s) for Python.
-
Uses of PythonCodeDecorator in net.ssehub.easy.instantiation.python.codeArtifacts
Fields in net.ssehub.easy.instantiation.python.codeArtifacts declared as PythonCodeDecoratorFields in net.ssehub.easy.instantiation.python.codeArtifacts with type parameters of type PythonCodeDecoratorMethods in net.ssehub.easy.instantiation.python.codeArtifacts that return PythonCodeDecoratorModifier and TypeMethodDescriptionPythonCodeDecorator.addArgument(String value) PythonCodeFunction.addDecorator(String name) PythonCodeFunction.addDecorator(String name, PythonCodeImportScope scope) Constructors in net.ssehub.easy.instantiation.python.codeArtifacts with parameters of type PythonCodeDecoratorModifierConstructorDescriptionPythonCodeDecoratorArg(String value, PythonCodeDecorator decorator)