massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / babel / babel / lists.pyi
1 from typing import Any
2
3 DEFAULT_LOCALE: Any
4
5 def format_list(lst, style: str = ..., locale=...): ...