/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
gettext.py | 222 def ungettext(self, msgid1, msgid2, n): member in class:NullTranslations 224 return self._fallback.ungettext(msgid1, msgid2, n) 249 __builtin__.__dict__['ngettext'] = (unicode and self.ungettext 407 def ungettext(self, msgid1, msgid2, n): member in class:GNUTranslations 412 return self._fallback.ungettext(msgid1, msgid2, n)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
gettext.py | 222 def ungettext(self, msgid1, msgid2, n): member in class:NullTranslations 224 return self._fallback.ungettext(msgid1, msgid2, n) 249 __builtin__.__dict__['ngettext'] = (unicode and self.ungettext 407 def ungettext(self, msgid1, msgid2, n): member in class:GNUTranslations 412 return self._fallback.ungettext(msgid1, msgid2, n)
|