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/subtitle.py
Go to the documentation of this file.
1
from
musixmatch
import
*
2
from
tests
import
base
3
4
class
TestSubtitle(base.TestItem):
5
Class = subtitle.Subtitle
6
item = {
7
"subtitle_id"
:
"292"
,
8
"subtitle_mbid"
:
"292"
,
9
}
10
item_str =
"{ 'subtitle_id': '292',\n 'subtitle_mbid': '292'}"
11
item_repr =
"Subtitle({'subtitle_mbid': '292', 'subtitle_id': '292'})"
12
item_hash = 292
Generated on Fri Dec 20 2024 06:56:07 for FFmpeg by
1.8.11
Loading...