Package translate :: Package storage :: Module ini :: Class iniunit
[hide private]
[frames] | no frames]

Class iniunit

source code

          object --+    
                   |    
base.TranslationUnit --+
                       |
                      iniunit

A INI file entry

Instance Methods [hide private]
 
__init__(self, source=None, encoding='UTF-8')
Constructs a TranslationUnit containing the given source string.
source code

Inherited from base.TranslationUnit: __eq__, getcontext, getid, getunits, hasplural, isblank, isfuzzy, isheader, isreview, istranslatable, istranslated, markfuzzy, markreviewneeded, merge, unit_iter

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

    Source

Inherited from base.TranslationUnit: getsourcelanguage

    Target

Inherited from base.TranslationUnit: gettargetlanguage, gettargetlen, settarget

    Notes

Inherited from base.TranslationUnit: addnote, getnotes, removenotes

    Locations
 
addlocation(self, location)
Add one location to the list of locations.
source code
List
getlocations(self)
A list of source code locations.
source code

Inherited from base.TranslationUnit: addlocations

    Errors

Inherited from base.TranslationUnit: adderror, geterrors

Class Methods [hide private]

Inherited from base.TranslationUnit: buildfromunit

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, source=None, encoding='UTF-8')
(Constructor)

source code 

Constructs a TranslationUnit containing the given source string.

Overrides: object.__init__
(inherited documentation)

addlocation(self, location)

source code 

Add one location to the list of locations.

Overrides: base.TranslationUnit.addlocation
(inherited documentation)

getlocations(self)

source code 

A list of source code locations.

Returns: List
Overrides: base.TranslationUnit.getlocations
(inherited documentation)