Package peppy :: Package lib :: Module loadfileserver :: Class ThreadedLoadFileServer
[frames] | no frames]

Class ThreadedLoadFileServer

        object --+        
                 |        
threading._Verbose --+    
                     |    
      threading.Thread --+
                         |
                        ThreadedLoadFileServer

Instance Methods
 
__init__(self, proxy, host='127.0.0.1', port=55555)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
run(self)

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start

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

Properties

Inherited from object: __class__

Method Details

__init__(self, proxy, host='127.0.0.1', port=55555)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

run(self)

 
Overrides: threading.Thread.run