CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
helpers.MassSearchReplaceParamVisitor Class Reference
Inheritance diagram for helpers.MassSearchReplaceParamVisitor:

Public Member Functions

def __init__
 
def enter
 
def leave
 

Private Attributes

 _paramName
 
 _paramSearch
 
 _paramValue
 
 _verbose
 

Detailed Description

Visitor that travels within a cms.Sequence, looks for a parameter and replaces its value

Definition at line 99 of file helpers.py.

Constructor & Destructor Documentation

def helpers.MassSearchReplaceParamVisitor.__init__ (   self,
  paramName,
  paramSearch,
  paramValue,
  verbose = False 
)

Definition at line 101 of file helpers.py.

Member Function Documentation

def helpers.MassSearchReplaceParamVisitor.enter (   self,
  visitee 
)

Definition at line 106 of file helpers.py.

def helpers.MassSearchReplaceParamVisitor.leave (   self,
  visitee 
)

Definition at line 111 of file helpers.py.

Member Data Documentation

helpers.MassSearchReplaceParamVisitor._paramName
private

Definition at line 102 of file helpers.py.

helpers.MassSearchReplaceParamVisitor._paramSearch
private

Definition at line 104 of file helpers.py.

helpers.MassSearchReplaceParamVisitor._paramValue
private

Definition at line 103 of file helpers.py.

helpers.MassSearchReplaceParamVisitor._verbose
private

Definition at line 105 of file helpers.py.