Inherits FWCore::GuiBrowsers::ConfigToolBase::ConfigToolBase.
Public Member Functions | |
def | __call__ |
def | __init__ |
def | dumpPython |
def | toolCode |
Private Attributes | |
_comment | |
_parameters | |
Static Private Attributes | |
tuple | _defaultParameters = dicttypes.SortedKeysDict() |
string | _label = "userCode" |
User code tool
Definition at line 6 of file editorTools.py.
def editorTools::UserCodeTool::__init__ | ( | self | ) |
Definition at line 10 of file editorTools.py.
def editorTools::UserCodeTool::__call__ | ( | self, | |
process, | |||
code | |||
) |
Definition at line 21 of file editorTools.py.
def editorTools::UserCodeTool::dumpPython | ( | self | ) |
Definition at line 15 of file editorTools.py.
def editorTools::UserCodeTool::toolCode | ( | self, | |
process | |||
) |
Definition at line 25 of file editorTools.py.
editorTools::UserCodeTool::_comment [private] |
Definition at line 10 of file editorTools.py.
tuple editorTools::UserCodeTool::_defaultParameters = dicttypes.SortedKeysDict() [static, private] |
Definition at line 9 of file editorTools.py.
string editorTools::UserCodeTool::_label = "userCode" [static, private] |
Definition at line 8 of file editorTools.py.
editorTools::UserCodeTool::_parameters [private] |
Definition at line 10 of file editorTools.py.