massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2and3 / quopri.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2and3/quopri.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/2and3/quopri.pyi
new file mode 100644 (file)
index 0000000..952f4ec
--- /dev/null
@@ -0,0 +1,8 @@
+# Stubs for quopri (Python 2 and 3)\r
+\r
+from typing import BinaryIO\r
+\r
+def encode(input: BinaryIO, output: BinaryIO, quotetabs: int, header: int = ...) -> None: ...\r
+def encodestring(s: bytes, quotetabs: int = ..., header: int = ...) -> bytes: ...\r
+def decode(input: BinaryIO, output: BinaryIO, header: int = ...) -> None: ...\r
+def decodestring(s: bytes, header: int = ...) -> bytes: ...\r