massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / termcolor.pyi
1 # Stub for termcolor: https://pypi.python.org/pypi/termcolor\r
2 from typing import Any, Iterable, Optional, Text\r
3 \r
4 \r
5 def colored(\r
6     text: Text,\r
7     color: Optional[Text] = ...,\r
8     on_color: Optional[Text] = ...,\r
9     attrs: Optional[Iterable[Text]] = ...,\r
10 ) -> Text:\r
11     ...\r
12 \r
13 \r
14 def cprint(\r
15     text: Text,\r
16     color: Optional[Text] = ...,\r
17     on_color: Optional[Text] = ...,\r
18     attrs: Optional[Iterable[Text]] = ...,\r
19     **kwargs: Any,\r
20 ) -> None:\r
21     ...\r