PythonDecorator AST Python Object
The PythonDecorator
object matches a Python decorator for a class or a method.
The astType
value for this node is decorator
.
Attributes
name
(typeAstString
): name of the decoratorarguments
: (array of typePythonArgument
): arguments of the decorator