|
FFmpeg
|
musixmatch.track Namespace Reference
Data Structures | |
| class | Track |
| class | TracksCollection |
Variables | |
| __license__ = musixmatch.__license__ | |
| __author__ = musixmatch.__author__ | |
| _marker = object() | |
Detailed Description
This module contains higher level classes to query Musixmatch API and build simple dictionary-like objects representing a Track or a TracksCollection. >>> from musixmatch.track import Track, TracksCollection >>> import musixmatch.api >>> >>> try: ... track = Track(track_mbid=8976) ... collection = TracksCollection.fromChart(country='us', page=1) ... except musixmatch.api.Error, e: ... pass
Variable Documentation
|
private |
Definition at line 16 of file musixmatch-master/build/lib/musixmatch/track.py.
|
private |
Definition at line 15 of file musixmatch-master/build/lib/musixmatch/track.py.
|
private |
Definition at line 22 of file musixmatch-master/build/lib/musixmatch/track.py.
Generated by
1.8.11