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

Class ThreadedMPD

actions.minibuffer.threading.Thread --+
                                      |
                         object --+   |
                                  |   |
           lib.nextpanel.debugmixin --+
                                      |
                                     ThreadedMPD

Thread control of a mpd instance

Simple container for an mpd_connection object that provides the connection between the GUI thread and the mpd thread.

Instance Methods
 
__init__(self, output, queue, host, port, timeout=0.5)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
shutdown(self)
 
run(self)

Inherited from lib.nextpanel.debugmixin: dprint

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

Class Variables

Inherited from lib.nextpanel.debugmixin: debuglevel

Properties

Inherited from object: __class__

Method Details

__init__(self, output, queue, host, port, timeout=0.5)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)