Package peppy :: Package lib :: Module userparams :: Class UnquotedStrParam
[frames] | no frames]

Class UnquotedStrParam

      object --+            
               |            
debug.debugmixin --+        
                   |        
               Param --+    
                       |    
                StrParam --+
                           |
                          UnquotedStrParam

String parameter that doesn't enclose the string in quotes

Instance Methods
 
valueToText(self, value)
Convert the user value to a string suitable to be written to the config file.

Inherited from Param: OnCallback, __init__, __str__, getCtrl, getLabel, getValue, isSettable, isVisible, processCallback, setCallback, setInitialState, setValue, setValueWithoutCallback, textToValue

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Methods

Inherited from debug.debugmixin: dprint

Class Variables

Inherited from StrParam: default

Inherited from Param: callback_event

Inherited from debug.debugmixin: debuglevel

Properties

Inherited from object: __class__

Method Details

valueToText(self, value)

 

Convert the user value to a string suitable to be written to the config file.

Subclasses should convert the value to a string that is acceptable to textToValue.

Overrides: Param.valueToText
(inherited documentation)