massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / boto / compat.pyi
1 import sys\r
2 \r
3 from typing import Any\r
4 from base64 import encodestring as encodebytes\r
5 \r
6 from six.moves import http_client\r
7 \r
8 expanduser = ...  # type: Any\r
9 \r
10 if sys.version_info >= (3, 0):\r
11     StandardError = Exception\r
12 else:\r
13     StandardError = __builtins__.StandardError\r
14 \r
15 long_type = ...  # type: Any\r
16 unquote_str = ...  # type: Any\r
17 parse_qs_safe = ...  # type: Any\r