mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Remove stubs for termcolor (#9986)
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
version = "1.1.*"
|
||||
obsolete_since = "2.0.0" # Released on 2022-09-11
|
||||
@@ -1,14 +0,0 @@
|
||||
from collections.abc import Iterable
|
||||
from typing import Any
|
||||
|
||||
__ALL__: list[str]
|
||||
VERSION: tuple[int, ...]
|
||||
ATTRIBUTES: dict[str, int]
|
||||
COLORS: dict[str, int]
|
||||
HIGHLIGHTS: dict[str, int]
|
||||
RESET: str
|
||||
|
||||
def colored(text: str, color: str | None = None, on_color: str | None = None, attrs: Iterable[str] | None = None) -> str: ...
|
||||
def cprint(
|
||||
text: str, color: str | None = None, on_color: str | None = None, attrs: Iterable[str] | None = None, **kwargs: Any
|
||||
) -> None: ...
|
||||
Reference in New Issue
Block a user