qubx :: pyenv :: DeferredScriptable :: Class DeferredScriptable
[hide private]
[frames] | no frames]

Class DeferredScriptable

source code

    object --+    
             |    
DeferredAction --+
                 |
                DeferredScriptable
Known Subclasses:

Passes through expressions to qubx.pyenv.env.OnScriptable after a short delay; if multiple expressions are received from one source within the delay time, only the final one is passed through.

Instance Methods [hide private]
 
__call__(self, source, expr, if_matching=[], undoStack=None) source code

Inherited from DeferredAction: __init__, emit

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, source, expr, if_matching=[], undoStack=None)
(Call operator)

source code 
Overrides: DeferredAction.__call__