Package musicbrainz2 :: Module model :: Class ArtistAlias
[frames] | no frames]

Class ArtistAlias

source code

   object --+    
            |    
AbstractAlias --+
                |
               ArtistAlias

Represents an artist alias.

An alias (the alias value) is a different representation of an artist's name. This may be a common misspelling or a transliteration (the alias type).

The alias script is interesting mostly for transliterations and indicates which script is used for the alias value. To represent the script, ISO-15924 script codes like 'Latn', 'Cyrl', or 'Hebr' are used.

Instance Methods

Inherited from AbstractAlias: __init__, getScript, getType, getValue, setScript, setType, setValue

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from AbstractAlias: script, type, value

Inherited from object: __class__