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

Class DeferredSideEffects

source code

object --+
         |
        DeferredSideEffects

Context manager, for use in a script, which disables the trace function -- faster execution because it doesn't wait for side-effects to complete after each line -- but dangerous if the side effects need to happen before the script continues.

Instance Methods [hide private]
 
__enter__(self) source code
 
__exit__(self, type, value, tback) source code

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

Properties [hide private]

Inherited from object: __class__