Package translate :: Package storage :: Module properties :: Class DialectStrings
[hide private]
[frames] | no frames]

Class DialectStrings

source code


Instance Methods [hide private]

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

Class Methods [hide private]
 
key_strip(cls, key)
Strip uneeded characters from the key
source code
 
value_strip(cls, value)
Strip uneeded characters from the value
source code
 
encode(cls, string)
Encode the string
source code

Inherited from Dialect: find_delimiter

Class Variables [hide private]
  name = "strings"
Parse an instance of this class from the start of the given string.
  default_encoding = "utf-16"
  delimiters = [u"="]
Parse an instance of this class from the start of the given string.
  pair_terminator = u";"
  key_wrap_char = u'"'
  value_wrap_char = u'"'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

key_strip(cls, key)
Class Method

source code 

Strip uneeded characters from the key

Overrides: Dialect.key_strip

value_strip(cls, value)
Class Method

source code 

Strip uneeded characters from the value

Overrides: Dialect.value_strip

encode(cls, string)
Class Method

source code 

Encode the string

Overrides: Dialect.encode
(inherited documentation)