Package NetworkEditor :: Module flow :: Class AfterExecution
[hide private]
[frames] | no frames]

Class AfterExecution

source code

        object --+        
                 |        
threading._Verbose --+    
                     |    
      threading.Thread --+
                         |
            object --+   |
                     |   |
    threading._Verbose --+
                         |
                        AfterExecution

class used to wait for the end of an execution and call a fucntion

Instance Methods [hide private]
  __init__(self, net, func=None)
  run(self)
run all nodes in the order they appear in the list

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start

Inherited from threading.Thread (private): _set_daemon

Inherited from threading._Verbose (private): _note

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


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, net, func=None)
(Constructor)

source code 
None
Overrides: threading.Thread.__init__

run(self)

source code 
run all nodes in the order they appear in the list
Overrides: threading.Thread.run