Public Member Functions | |
def | __init__ |
def | Album |
def | Artist |
def | Filename |
def | Length |
def | Title |
Public Attributes | |
highlight | |
Private Attributes | |
_album | |
_artist | |
_fname | |
_length | |
_title |
Stores information about a track, and whether or not it's highlighted.
Definition at line 1 of file track.py.