massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / encodings / __init__.pyi
1 from codecs import CodecInfo
2 from typing import Any
3
4 class CodecRegistryError(LookupError, SystemError): ...
5
6 def normalize_encoding(encoding: str | bytes) -> str: ...
7 def search_function(encoding: str) -> CodecInfo | None: ...
8
9 # Needed for submodules
10 def __getattr__(name: str) -> Any: ...  # incomplete