massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / _compat_pickle.pyi
1 from typing import Tuple
2
3 IMPORT_MAPPING: dict[str, str]
4 NAME_MAPPING: dict[tuple[str, str], tuple[str, str]]
5 PYTHON2_EXCEPTIONS: Tuple[str, ...]
6 MULTIPROCESSING_EXCEPTIONS: Tuple[str, ...]
7 REVERSE_IMPORT_MAPPING: dict[str, str]
8 REVERSE_NAME_MAPPING: dict[tuple[str, str], tuple[str, str]]
9 PYTHON3_OSERROR_EXCEPTIONS: Tuple[str, ...]
10 PYTHON3_IMPORTERROR_EXCEPTIONS: Tuple[str, ...]