Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
string |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
String |
|
||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|||
Source | |||
---|---|---|---|
|
|||
|
|||
Inherited from Inherited from |
|||
Target | |||
|
|||
|
|||
Inherited from Inherited from |
|||
Notes | |||
|
|||
|
|||
|
|||
Locations | |||
List |
|
||
|
|||
Inherited from |
|||
Errors | |||
Inherited from |
|
|||
|
|||
Inherited from |
|
|||
msgid_plural = property(None, setmsgid_plural)
|
|||
msgidcomment = property(_extract_msgidcomments, setmsgidcomment)
|
|||
Inherited from |
|||
Source | |||
---|---|---|---|
source = property(getsource, setsource)
|
|||
Target | |||
target = property(gettarget, settarget)
|
|
|||
Inherited from Inherited from |
|||
Source | |||
---|---|---|---|
Inherited from |
|||
Target | |||
Inherited from |
|
Constructs a TranslationUnit containing the given source string.
|
Sets the source string to the given value.
|
Sets the target string to the given value.
|
The unique identifier for this unit according to the convensions in .mo files.
|
Returns all notes about this unit. It will probably be freeform text or something reasonable that can be synthesised by the format. It should not include location comments (see getlocations()).
|
Adds a note (comment).
|
Remove all the translator's notes.
|
Merges the otherpo (with the same msgid) into this one. Overwrite non-blank self.msgstr only if overwrite is True merge comments only if comments is True
|
Indicates whether this unit is a header.
|
Used to see if this unit has no source or target string.
|
Indicates whether this unit is fuzzy.
|
Marks the unit as fuzzy or not.
|
Tells whether or not this specific unit has plural strings.
|
Extract KDE style msgid comments from the unit.
|
str(x)
|
A list of source code locations.
|
Add one location to the list of locations.
|
Get the message context.
|
Build a native unit from a foreign unit, preserving as much information as possible.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Oct 15 13:54:45 2009 | http://epydoc.sourceforge.net |