Inherits FWCore::GuiBrowsers::ConfigToolBase::ConfigToolBase.
Public Member Functions | |
def | __call__ |
def | __init__ |
def | getDefaultParameters |
def | toolCode |
Private Attributes | |
_comment | |
_parameters | |
Static Private Attributes | |
tuple | _defaultParameters = dicttypes.SortedKeysDict() |
string | _label = 'changeSource' |
Tool for changing the source of a Process; Implemented for testing purposes.
Definition at line 31 of file editorTools.py.
def editorTools::ChangeSource::__init__ | ( | self | ) |
Definition at line 39 of file editorTools.py.
def editorTools::ChangeSource::__call__ | ( | self, | |
process, | |||
source = None |
|||
) |
Definition at line 48 of file editorTools.py.
def editorTools::ChangeSource::getDefaultParameters | ( | self | ) |
Definition at line 45 of file editorTools.py.
def editorTools::ChangeSource::toolCode | ( | self, | |
process | |||
) |
Definition at line 54 of file editorTools.py.
editorTools::ChangeSource::_comment [private] |
Definition at line 39 of file editorTools.py.
tuple editorTools::ChangeSource::_defaultParameters = dicttypes.SortedKeysDict() [static, private] |
Definition at line 38 of file editorTools.py.
string editorTools::ChangeSource::_label = 'changeSource' [static, private] |
Definition at line 37 of file editorTools.py.
editorTools::ChangeSource::_parameters [private] |
Definition at line 39 of file editorTools.py.