musixmatch.artist.Artist Class Reference
Inheritance diagram for musixmatch.artist.Artist:
Inheritance graph
Collaboration diagram for musixmatch.artist.Artist:
Collaboration graph

Static Private Attributes

 __api_method__ = artist.get
 

Additional Inherited Members

- Public Member Functions inherited from musixmatch.base.Item
def __init__ (self, dictionary=None, keywords)
 
def __str__ (self)
 
def __repr__ (self)
 
def __hash__ (self)
 
def fromResponseMessage (cls, message)
 
def fromDictionary (cls, dictionary, keywords)
 
def __init__ (self, dictionary=None, keywords)
 
def __str__ (self)
 
def __repr__ (self)
 
def __hash__ (self)
 
def fromResponseMessage (cls, message)
 
def fromDictionary (cls, dictionary, keywords)
 
def __init__ (self, dictionary=None, keywords)
 
def __str__ (self)
 
def __repr__ (self)
 
def __hash__ (self)
 
def fromResponseMessage (cls, message)
 
def fromDictionary (cls, dictionary, keywords)
 
def __init__ (self, dictionary=None, keywords)
 
def __str__ (self)
 
def __repr__ (self)
 
def __hash__ (self)
 
def fromResponseMessage (cls, message)
 
def fromDictionary (cls, dictionary, keywords)
 
- Public Member Functions inherited from musixmatch.base.Base
def label (cls)
 
def apiMethod (cls)
 
def __str__ (self)
 
def __repr__ (self)
 
def label (cls)
 
def apiMethod (cls)
 
def __str__ (self)
 
def __repr__ (self)
 
def label (cls)
 
def apiMethod (cls)
 
def __str__ (self)
 
def __repr__ (self)
 
def label (cls)
 
def apiMethod (cls)
 
def __str__ (self)
 
def __repr__ (self)
 

Detailed Description

This class build a :py:class:`dict` like object representing an artist. It
can get artist information through the :py:class:`musixmatch.api.Method`
**artist.get** or from an already well-formed :py:class:`dict`. Create an
Artist object based on a given keyword argument:

:param artist_id: musiXmatch artist ID
:param artist_mbid: Musicbrainz artist ID
:param artist_data: an already well-formed :py:class:`dict` of artist data.

Once information are collected, the following keys are available:

:keyword artist_id: musiXmatch artist ID
:keyword artist_mbid: Musicbrainz artist ID
:keyword artist_name: Artist name

Definition at line 21 of file musixmatch-master/build/lib/musixmatch/artist.py.

Field Documentation

musixmatch.artist.Artist.__api_method__ = artist.get
staticprivate

The documentation for this class was generated from the following file: