massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / backports_abc.pyi
1 from typing import Any\r
2 \r
3 def mk_gen(): ...\r
4 def mk_awaitable(): ...\r
5 def mk_coroutine(): ...\r
6 \r
7 Generator = ...  # type: Any\r
8 Awaitable = ...  # type: Any\r
9 Coroutine = ...  # type: Any\r
10 \r
11 def isawaitable(obj): ...\r
12 \r
13 PATCHED = ...  # type: Any\r
14 \r
15 def patch(patch_inspect=True): ...\r