pyds.Attribute¶
- class pyds.Attribute(identifier, value, validate_identifier=True)¶
Bases: pyds.Statement
Represents a PDS attribute assignment statement.
- Parameters
identifier (str)
Identifier of the attribute.
value (Value)
Value of the attribute. This should be an instance of one of the non-abstract subclasses of Value.
validate_identifier (True or False)
Whether identifier should be checked to see if it’s a valid identifer for a PDS attribute assignment statement. Default is True.
- Raises
- Attributes
Special Methods