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 Fri Jun 5 14:32:06 2009 | http://epydoc.sourceforge.net |