Package translate :: Package storage :: Module mozilla_lang :: Class LangStore
[hide private]
[frames] | no frames]

Class LangStore

source code


We extend TxtFile, since that has a lot of useful stuff for encoding

Nested Classes [hide private]
  UnitClass
The class of units that will be instantiated and used by this class
Instance Methods [hide private]
 
parse(self, lines)
Read in text lines and create txtunits from the blocks of text
source code
 
__str__(self)
Converts to a string representation that can be parsed back using parsestring().
source code

Inherited from txt.TxtFile: __init__, getoutput

Inherited from base.TranslationStore: __getstate__, __setstate__, add_unit_to_index, addsourceunit, addunit, detect_encoding, findid, findunit, findunits, getids, getprojectstyle, getsourcelanguage, gettargetlanguage, getunits, isempty, makeindex, remove_unit_from_index, require_index, save, savefile, setprojectstyle, setsourcelanguage, settargetlanguage, translate, unit_iter

Inherited from base.TranslationStore (private): _assignname

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

Class Methods [hide private]

Inherited from base.TranslationStore: parsefile, parsestring

Class Variables [hide private]

Inherited from base.TranslationStore: Extensions, Mimetypes, Name, sourcelanguage, suggestions_in_format, targetlanguage

Inherited from base.TranslationStore (private): _binary

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

parse(self, lines)

source code 

Read in text lines and create txtunits from the blocks of text

Overrides: base.TranslationStore.parse
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

Converts to a string representation that can be parsed back using parsestring().

Overrides: object.__str__
(inherited documentation)