Public Member Functions | |
def | __init__ |
def | enter |
def | leave |
def | modules |
Private Attributes | |
_gatheredInstance | |
_modules | |
Visitor that travels within a cms.Sequence, and returns a list of objects of type gatheredInance(e.g. modules) that have it
Definition at line 115 of file helpers.py.
def helpers.GatherAllModulesVisitor.__init__ | ( | self, | |
gatheredInstance = cms._Module |
|||
) |
Definition at line 117 of file helpers.py.
def helpers.GatherAllModulesVisitor.enter | ( | self, | |
visitee | |||
) |
Definition at line 120 of file helpers.py.
References helpers.GatherAllModulesVisitor._gatheredInstance.
def helpers.GatherAllModulesVisitor.leave | ( | self, | |
visitee | |||
) |
Definition at line 123 of file helpers.py.
def helpers.GatherAllModulesVisitor.modules | ( | self | ) |
Definition at line 125 of file helpers.py.
|
private |
Definition at line 119 of file helpers.py.
Referenced by HiHelperTools.GatherAllModulesVisitor.enter(), and helpers.GatherAllModulesVisitor.enter().
|
private |
Definition at line 118 of file helpers.py.
Referenced by helpers.GatherAllModulesVisitor.modules().