Package etl :: Class transition
[hide private]
[frames] | no frames]

Class transition

source code

object --+    
         |    
    signal --+
             |
            transition

Base class of ETL transition.

Instance Methods [hide private]
 
__copy__(self) source code
 
__init__(self, source, destination, channel_source='main', channel_destination='main', type='data', trigger=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__str__(self)
str(x)
source code
 
close(self) source code
 
copy(self) source code
 
end(self) source code
 
open(self) source code
 
pause(self) source code
 
restart(self) source code
 
start(self) source code
 
stop(self) source code

Inherited from signal: signal, signal_connect, signal_unconnect

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, source, destination, channel_source='main', channel_destination='main', type='data', trigger=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: signal.__init__

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)