Package param :: Module tk :: Class ListTranslator
[hide private]
[frames] | no frames]

Class ListTranslator

source code


Instance Methods [hide private]
 
__init__(self, param, initial_value=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
string2object(self, string_) source code
 
object2string(self, object_) source code

Inherited from Translator: __copy__

Inherited from Translator (private): _pass_out_msg

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from Translator: last_string2object_failed

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, param, initial_value=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

string2object(self, string_)

source code 
Overrides: Translator.string2object

object2string(self, object_)

source code 
Overrides: Translator.object2string