massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / simplejson / decoder.pyi
1 from typing import Any, Match\r
2 \r
3 class JSONDecoder(object):\r
4     def __init__(self, **kwargs): ...\r
5     def decode(self, s: str, _w: Match[str], _PY3: bool): ...\r
6     def raw_decode(self, s: str, idx: int, _w: Match[str], _PY3: bool): ...\r