|
__init__(self,
source=None)
Constructs a TranslationUnit containing the given source string. |
source code
|
|
|
_update_timestamp(self)
Refresh the timestamp for the unit |
source code
|
|
|
getdict(self)
Get the dictionary of values for a Wordfast line |
source code
|
|
|
|
|
__str__(self)
Converts to a string representation that can be parsed back using
parsestring() . |
source code
|
|
|
|
Inherited from base.TranslationUnit :
__eq__ ,
getcontext ,
getid ,
getunits ,
hasplural ,
isblank ,
isfuzzy ,
isheader ,
isobsolete ,
isreview ,
istranslatable ,
makeobsolete ,
markfuzzy ,
markreviewneeded ,
merge ,
multistring_to_rich ,
setcontext ,
setid ,
unit_iter
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__
|
|
|
|
|
|
|
|
|
Inherited from base.TranslationUnit :
getsourcelanguage
|
|
|
|
|
|
|
Inherited from base.TranslationUnit :
gettargetlanguage ,
gettargetlen
|
Inherited from base.TranslationUnit :
addnote ,
getnotes ,
removenotes
|
Inherited from base.TranslationUnit :
addlocation ,
addlocations ,
getlocations
|
Inherited from base.TranslationUnit :
adderror ,
geterrors
|