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

Type PlaylistEntry

object --+
         |
        PlaylistEntry


Method Summary
  __init__(self)
  get(self)
  get_db_dict(self)
  set(self, d)
  set_db_dict(self, d)
  _get_name(self)
  _get_songs(self)
  _get_type(self)
  _set_name(self, v)
  _set_or_del(self, key, v, v_list)
  _set_songs(self, v)
  _set_type(self, v)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Property Summary
  name
  pl_type
  songs

Property Details

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)

Generated by Epydoc 2.1 on Fri Aug 15 18:58:35 2008 http://epydoc.sf.net