massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / babel / babel / messages / mofile.pyi
1 LE_MAGIC: int
2 BE_MAGIC: int
3
4 def read_mo(fileobj): ...
5 def write_mo(fileobj, catalog, use_fuzzy: bool = ...) -> None: ...