FFmpeg
|
musixmatch.artist Namespace Reference
Data Structures | |
class | Artist |
class | ArtistsCollection |
Variables | |
__license__ = musixmatch.__license__ | |
__author__ = musixmatch.__author__ | |
Detailed Description
This module contains higher level classes to query Musixmatch API and build simple dictionary-like objects representing an Artist or an ArtistsCollection. >>> from musixmatch.artist import Artist, ArtistsCollection >>> import musixmatch.api >>> >>> try: ... artist = Artist(artist_id=292) ... collection = ArtistsCollection.fromChart(country='it', page=1) ... except musixmatch.api.Error, e: ... pass
Variable Documentation
|
private |
Definition at line 16 of file musixmatch-master/build/lib/musixmatch/artist.py.
|
private |
Definition at line 15 of file musixmatch-master/build/lib/musixmatch/artist.py.
Generated on Mon Nov 18 2024 06:52:13 for FFmpeg by 1.8.11