AST Python ObjectsPythonArgumentOn this pagePythonArgument AST Python ObjectThe PythonArgument object matches a Python assignment.The astType value for this node is argument.Attributesname (any type that inherits AstString)value (any type that inherits AstString)