massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2and3 / lib2to3 / pgen2 / __init__.pyi
1 # Stubs for lib2to3.pgen2 (Python 3.6)\r
2 \r
3 import os\r
4 import sys\r
5 from typing import Text, Union\r
6 \r
7 if sys.version_info >= (3, 6):\r
8     _Path = Union[Text, os.PathLike]\r
9 else:\r
10     _Path = Text\r