Public Member Functions | |
def | __init__ |
def | clonedSequence |
def | enter |
def | leave |
Private Member Functions | |
def | __appendToTopSequence |
def | _newLabel |
Private Attributes | |
_clonedSequence | |
_moduleLabels | |
_postfix | |
_process | |
_removePostfix | |
Visitor that travels within a cms.Sequence, and returns a cloned version of the Sequence. All modules and sequences are cloned and a postfix is added
Definition at line 190 of file helpers.py.
def helpers.CloneSequenceVisitor.__init__ | ( | self, | |
process, | |||
label, | |||
postfix, | |||
removePostfix = "" |
|||
) |
Definition at line 193 of file helpers.py.
|
private |
Definition at line 230 of file helpers.py.
References helpers.CloneSequenceVisitor._clonedSequence.
Referenced by HiHelperTools.CloneSequenceVisitor.enter(), helpers.CloneSequenceVisitor.enter(), and HiHelperTools.CloneSequenceVisitor.leave().
|
private |
Definition at line 222 of file helpers.py.
References helpers.CloneSequenceVisitor._postfix, and helpers.CloneSequenceVisitor._removePostfix.
Referenced by helpers.CloneSequenceVisitor.enter().
def helpers.CloneSequenceVisitor.clonedSequence | ( | self | ) |
Definition at line 216 of file helpers.py.
def helpers.CloneSequenceVisitor.enter | ( | self, | |
visitee | |||
) |
Definition at line 201 of file helpers.py.
References helpers.CloneSequenceVisitor.__appendToTopSequence(), helpers.CloneSequenceVisitor._moduleLabels, helpers.CloneSequenceVisitor._newLabel(), and helpers.CloneSequenceVisitor._process.
def helpers.CloneSequenceVisitor.leave | ( | self, | |
visitee | |||
) |
Definition at line 213 of file helpers.py.
|
private |
Definition at line 198 of file helpers.py.
Referenced by helpers.CloneSequenceVisitor.__appendToTopSequence(), and helpers.CloneSequenceVisitor.clonedSequence().
|
private |
Definition at line 197 of file helpers.py.
Referenced by HiHelperTools.CloneSequenceVisitor.clonedSequence(), helpers.CloneSequenceVisitor.clonedSequence(), HiHelperTools.CloneSequenceVisitor.enter(), and helpers.CloneSequenceVisitor.enter().
|
private |
Definition at line 195 of file helpers.py.
Referenced by HiHelperTools.CloneSequenceVisitor.__appendToTopSequence(), helpers.CloneSequenceVisitor._newLabel(), HiHelperTools.CloneSequenceVisitor.clonedSequence(), and HiHelperTools.CloneSequenceVisitor.enter().
|
private |
Definition at line 194 of file helpers.py.
Referenced by HiHelperTools.CloneSequenceVisitor.__appendToTopSequence(), HiHelperTools.CloneSequenceVisitor.enter(), and helpers.CloneSequenceVisitor.enter().
|
private |
Definition at line 196 of file helpers.py.
Referenced by helpers.CloneSequenceVisitor._newLabel().