| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
_BaseEntry --+
|
MOEntry
Represents a mo file entry.
**Examples**:
>>> entry = MOEntry() >>> entry.msgid = 'translate me !' >>> entry.msgstr = 'traduisez moi !' >>> print(entry) msgid "translate me !" msgstr "traduisez moi !" <BLANKLINE>
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Return the string representation of the entry.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Nov 26 19:13:55 2008 | http://epydoc.sourceforge.net |