massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2and3 / keyword.pyi
1 # Stubs for keyword\r
2 \r
3 from typing import Sequence, Text, Union\r
4 \r
5 def iskeyword(s: Union[Text, bytes]) -> bool: ...\r
6 kwlist = ...  # type: Sequence[str]\r