Home
last modified time | relevance | path

Searched defs:npgettext (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
Dgettext.py322 def npgettext(self, context, msgid1, msgid2, n): member in NullTranslations
527 def npgettext(self, context, msgid1, msgid2, n): member in GNUTranslations
770 def npgettext(context, msgid1, msgid2, n): function