Package peppy :: Module buffers :: Class BufferLoadThread
[frames] | no frames]

Class BufferLoadThread

        object --+        
                 |        
threading._Verbose --+    
                     |    
      threading.Thread --+
                         |
            object --+   |
                     |   |
      debug.debugmixin --+
                         |
                        BufferLoadThread

Background file loading thread.

Instance Methods
 
__init__(self, frame, user_url, buffer, mode_to_replace, progress=None)
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__

Class Methods

Inherited from debug.debugmixin: dprint

Class Variables

Inherited from debug.debugmixin: debuglevel

Properties

Inherited from object: __class__

Method Details

__init__(self, frame, user_url, buffer, mode_to_replace, progress=None)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

run(self)

 
Overrides: threading.Thread.run