Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/jinja2/
Dext.py36 def npgettext(self, context: str, singular: str, plural: str, n: int) -> str: member in _TranslationsContext
224 def npgettext( function
304 def npgettext(c: str, s: str, p: str, n: int) -> str: function