attribute_prefix property

attribute_prefix property

Gets or sets the prefix of the attributes that were defined in external attribute files, The prefix are used to avoid name conflicts, default value is “rvm:”

Definition:

@property
def attribute_prefix(self):
    ...
@attribute_prefix.setter
def attribute_prefix(self, value):
    ...

See Also