Sign in
Register
Home
Projects
Help
Search
:
Paris Hackday Code
Overview
Members
Activity
Repository
Code docs
FFmpeg
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
Yading
musixmatch-master
tests
Yading/musixmatch-master/tests/lyrics.py
Go to the documentation of this file.
1
from
musixmatch
import
*
2
from
tests
import
base
3
4
class
TestLyrics(base.TestItem):
5
Class = lyrics.Lyrics
6
item = {
7
"lyrics_id"
:
"292"
,
8
"lyrics_mbid"
:
"292"
,
9
}
10
item_str =
"{ 'lyrics_id': '292',\n 'lyrics_mbid': '292'}"
11
item_repr =
"Lyrics({'lyrics_id': '292', 'lyrics_mbid': '292'})"
12
item_hash = 292
Generated on Mon Nov 18 2024 06:51:57 for FFmpeg by
1.8.11
Loading...