Package etl :: Package component :: Package control :: Module data_count' :: Class data_count
[hide private]
[frames] | no frames]

Class data_count

source code

  object --+        
           |        
      signal --+    
               |    
sleep'.component --+
                   |
                  data_count

Calculate total of data being transferred.

Instance Methods [hide private]
 
__copy__(self) source code
 
__init__(self, name='component.control.data_count') source code
 
process(self)
Process method of ETL component.
source code

Inherited from sleep'.component: __str__, channel_get, copy, end, error, generator_get, get_trigger_data, input_get, is_end, is_start, pause, start, stop, warning

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]

__copy__(self)

source code 
Overrides: sleep'.component.__copy__

__init__(self, name='component.control.data_count')
(Constructor)

source code 
Overrides: sleep'.component.__init__

process(self)

source code 
Process method of ETL component.
Overrides: sleep'.component.process
(inherited documentation)