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

Class DialectFlex

source code


Instance Methods [hide private]

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

Class Methods [hide private]

Inherited from Dialect: encode, find_delimiter, key_strip, value_strip

Class Variables [hide private]
  name = "flex"
Parse an instance of this class from the start of the given string.
  default_encoding = "utf-8"

Inherited from DialectJava: delimiters

Inherited from Dialect: drop_comments, key_wrap_char, pair_terminator, value_wrap_char

Properties [hide private]

Inherited from object: __class__