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

Class DialectSkype

source code


Instance Methods [hide private]

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

Class Methods [hide private]
 
encode(cls, string)
Encode the string
source code

Inherited from Dialect: find_delimiter, key_strip, value_strip

Class Variables [hide private]
  name = "skype"
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.

Inherited from Dialect: key_wrap_char, pair_terminator, value_wrap_char

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

encode(cls, string)
Class Method

source code 

Encode the string

Overrides: Dialect.encode
(inherited documentation)