Python Interface to MAPL: Difference between revisions

Line 135: Line 135:
In this case we implement the standard '''Run()''' method, but inherit '''Initialize()''' and '''Finalize()''' from the base class '''MAPL.GridComp'''
In this case we implement the standard '''Run()''' method, but inherit '''Initialize()''' and '''Finalize()''' from the base class '''MAPL.GridComp'''


    def Run(self):
    def Run(self):
        """
        """
        Implementation of a simple run method.
        Implementation of a simple run method.
        """
        """
          
          
  #      Run the base class method
  #      Run the base class method