Module playlist :: Class PlaylistEntry
[hide private]
[frames] | no frames]

Class PlaylistEntry

source code

object --+
         |
        PlaylistEntry

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get(self) source code
 
set(self, d) source code
 
get_db_dict(self) source code
 
set_db_dict(self, d) source code
 
_set_or_del(self, key, v, v_list=[]) source code
 
_get_name(self) source code
 
_set_name(self, v) source code
 
_get_type(self) source code
 
_set_type(self, v) source code
 
_get_songs(self) source code
 
_set_songs(self, v) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  name
  pl_type
  songs

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

name

Get Method:
_get_name(self)
Set Method:
_set_name(self, v)

pl_type

Get Method:
_get_type(self)
Set Method:
_set_type(self, v)

songs

Get Method:
_get_songs(self)
Set Method:
_set_songs(self, v)