PNG IHDR ; IDATxܻn0K )(pA7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5 bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô!x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%tMז -lG6mrz2s%9s@-k9=)kB5\+͂ZsٲRn~GRCwIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL /F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ R IENDB`
Home | Trees | Indices | Help |
|
---|
|
object --+ | Message
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
iterator |
|
||
Inherited from |
Instance Variables | |
id The message ID |
|
string The message translation |
Properties | |
bool
|
fuzzy Whether the translation is fuzzy. |
bool
|
pluralizable Whether the message is plurizable. |
bool
|
python_format Whether the message contains Python-style parameters. |
Inherited from |
Method Details |
|
|
See Also: Catalog.check for a way to perform checks for all messages in a catalog. |
Property Details |
fuzzyWhether the translation is fuzzy. >>> Message('foo').fuzzy False >>> msg = Message('foo', 'foo', flags=['fuzzy']) >>> msg.fuzzy True >>> msg <Message 'foo' (flags: ['fuzzy'])>
|
pluralizableWhether the message is plurizable. >>> Message('foo').pluralizable False >>> Message(('foo', 'bar')).pluralizable True
|
python_formatWhether the message contains Python-style parameters. >>> Message('foo %(name)s bar').python_format True >>> Message(('foo %(name)s', 'foo %(name)s')).python_format True
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Mar 17 15:12:44 2011 | http://epydoc.sourceforge.net |