CMS 3D CMS Logo

Public Member Functions | Private Member Functions

Modules::Looper Class Reference

Inheritance diagram for Modules::Looper:
Mixins::_ConfigureComponent Mixins::_TypedParameterizable Mixins::_Parameterizable

List of all members.

Public Member Functions

def __init__
def moduleLabel_
def nameInProcessDesc_

Private Member Functions

def _placeImpl

Detailed Description

Definition at line 172 of file Modules.py.


Constructor & Destructor Documentation

def Modules::Looper::__init__ (   self,
  type_,
  arg,
  kargs 
)

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 173 of file Modules.py.

00174                                          :
        super(Looper,self).__init__(type_,*arg,**kargs)

Member Function Documentation

def Modules::Looper::_placeImpl (   self,
  name,
  proc 
) [private]

Definition at line 175 of file Modules.py.

00176                                   :
        proc._placeLooper(name,self)
def Modules::Looper::moduleLabel_ (   self,
  myname 
)

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 177 of file Modules.py.

00178                                  :
        return "@main_looper"
def Modules::Looper::nameInProcessDesc_ (   self,
  myname 
)

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 179 of file Modules.py.

00180                                         :
00181         return "@main_looper"
00182 
00183