Package peppy :: Package plugins :: Module mpd_major_mode :: Class MPDCommand
[frames] | no frames]

Class MPDCommand

              object --+    
                       |    
lib.nextpanel.debugmixin --+
                           |
                          MPDCommand

Instance Methods
 
__init__(self, cmd=None, args=[], **kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
process(self, mpd, output)
 
status(self, status, output)

Inherited from lib.nextpanel.debugmixin: dprint

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

Class Variables
  check_events = {'playlistinfo': MpdPlaylistChanged, 'currentso...
  attribute_change_commands = {'playlist': 'playlistinfo', 'song...

Inherited from lib.nextpanel.debugmixin: debuglevel

Properties

Inherited from object: __class__

Method Details

__init__(self, cmd=None, args=[], **kw)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

Class Variable Details

check_events

Value:
{'playlistinfo': MpdPlaylistChanged, 'currentsong': MpdSongChanged, 's\
tate': MpdSongChanged, 'time': MpdSongTime, 'login': MpdLoggedIn,}

attribute_change_commands

Value:
{'playlist': 'playlistinfo', 'songid': 'currentsong',}