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 184 of file Modules.py.


Constructor & Destructor Documentation

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

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 185 of file Modules.py.

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

Member Function Documentation

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

Definition at line 187 of file Modules.py.

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

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 189 of file Modules.py.

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

Reimplemented from Mixins::_TypedParameterizable.

Definition at line 191 of file Modules.py.

00192                                         :
00193         return "@main_looper"
00194 
00195