Searched defs:npgettext (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ | ||
D | gettext.py | 322 def npgettext(self, context, msgid1, msgid2, n): member in NullTranslations |
/third_party/jinja2/ | ||
D | ext.py | 36 def npgettext(self, context: str, singular: str, plural: str, n: int) -> str: member in _TranslationsContext |