The Gaudi Framework  v36r9p1 (5c15b2bb)
Mix.SimpleAlgo Class Reference
Inheritance diagram for Mix.SimpleAlgo:
Collaboration diagram for Mix.SimpleAlgo:

Public Member Functions

def execute (self)
 

Detailed Description

Definition at line 44 of file Mix.py.

Member Function Documentation

◆ execute()

def Mix.SimpleAlgo.execute (   self)

Definition at line 45 of file Mix.py.

45  def execute(self):
46 
47  print("I am SimpleAlgo.execute! ", self.name())
48  sys.stdout.flush()
49 
50  return SUCCESS
51 
52 
53 # =============================================================================
54 # configure the application :
55 
56 

The documentation for this class was generated from the following file:
GaudiPython.Pythonizations.execute
execute
Definition: Pythonizations.py:588