massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / _json.pyi
1 """Stub file for the '_json' module."""\r
2 # This is an autogenerated file. It serves as a starting point\r
3 # for a more precise manual annotation of this module.\r
4 # Feel free to edit the source below, but remove this header when you do.\r
5 \r
6 from typing import Any, List, Tuple, Dict, Generic\r
7 \r
8 def encode_basestring_ascii(*args, **kwargs) -> str:\r
9     raise TypeError()\r
10 \r
11 def scanstring(a, b, *args, **kwargs) -> tuple:\r
12     raise TypeError()\r
13 \r
14 \r
15 class Encoder(object): ...\r
16 \r
17 class Scanner(object): ...\r