massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / _compat_pickle.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stdlib/_compat_pickle.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stdlib/_compat_pickle.pyi
new file mode 100644 (file)
index 0000000..76aba30
--- /dev/null
@@ -0,0 +1,10 @@
+from typing import Tuple
+
+IMPORT_MAPPING: dict[str, str]
+NAME_MAPPING: dict[tuple[str, str], tuple[str, str]]
+PYTHON2_EXCEPTIONS: Tuple[str, ...]
+MULTIPROCESSING_EXCEPTIONS: Tuple[str, ...]
+REVERSE_IMPORT_MAPPING: dict[str, str]
+REVERSE_NAME_MAPPING: dict[tuple[str, str], tuple[str, str]]
+PYTHON3_OSERROR_EXCEPTIONS: Tuple[str, ...]
+PYTHON3_IMPORTERROR_EXCEPTIONS: Tuple[str, ...]