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

Class CSPTranslator

source code


Instance Methods [hide private]
 
string2object(self, string_) source code
 
object2string(self, object_) source code
 
__copy__(self)
Copy only translator-specific state.
source code

Inherited from String_ObjectTranslator: __init__, update

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 String_ObjectTranslator: cache

Inherited from Translator: last_string2object_failed

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

string2object(self, string_)

source code 
Overrides: Translator.string2object

object2string(self, object_)

source code 
Overrides: Translator.object2string

__copy__(self)

source code 
Copy only translator-specific state.
Overrides: Translator.__copy__
(inherited documentation)