massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / babel / babel / messages / plurals.pyi
1 from typing import Any, Tuple
2
3 LC_CTYPE: Any
4 PLURALS: Any
5 DEFAULT_PLURAL: Any
6
7 class _PluralTuple(Tuple[int, str]):
8     num_plurals: Any
9     plural_expr: Any
10     plural_forms: Any
11
12 def get_plural(locale=...): ...