Represents a po file entry.
|
__init__(self,
*args,
**kwargs)
Constructor, accepts the following keyword arguments: |
source code
|
|
|
|
|
__cmp__(self,
other)
Called by comparison operations if rich comparison is not defined. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
translated(self)
Returns ``True`` if the entry has been translated or ``False``
otherwise. |
source code
|
|
|
merge(self,
other)
Merge the current entry with the given pot entry. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
|
|
_str_field(self,
fieldname,
delflag,
plural_index,
field,
wrapwidth=78) |
source code
|
|