massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / babel / babel / _compat.pyi
1 from typing import Any
2
3 PY2: Any
4 text_type = str
5 string_types: Any
6 integer_types: Any
7 text_to_native: Any
8 unichr = chr
9 iterkeys: Any
10 itervalues: Any
11 iteritems: Any
12 izip = zip
13 imap = map
14 range_type = range
15 cmp: Any
16 array_tobytes: Any
17 number_types: Any
18
19 def force_text(s, encoding: str = ..., errors: str = ...): ...