massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / humanfriendly / humanfriendly / terminal / __init__.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi
new file mode 100644 (file)
index 0000000..8c94e18
--- /dev/null
@@ -0,0 +1,37 @@
+from typing import Any
+
+ANSI_CSI: str
+ANSI_SGR: str
+ANSI_ERASE_LINE: Any
+ANSI_RESET: Any
+ANSI_HIDE_CURSOR: Any
+ANSI_SHOW_CURSOR: Any
+ANSI_COLOR_CODES: Any
+ANSI_TEXT_STYLES: Any
+CLEAN_OUTPUT_PATTERN: Any
+DEFAULT_LINES: int
+DEFAULT_COLUMNS: int
+DEFAULT_ENCODING: str
+HIGHLIGHT_COLOR: Any
+
+def ansi_strip(text, readline_hints: bool = ...): ...
+def ansi_style(**kw): ...
+def ansi_width(text): ...
+def ansi_wrap(text, **kw): ...
+def auto_encode(stream, text, *args, **kw) -> None: ...
+def clean_terminal_output(text): ...
+def connected_to_terminal(stream: Any | None = ...): ...
+def enable_ansi_support(): ...
+def find_terminal_size(): ...
+def find_terminal_size_using_ioctl(stream): ...
+def find_terminal_size_using_stty(): ...
+def get_pager_command(text: Any | None = ...): ...
+def have_windows_native_ansi_support(): ...
+def message(text, *args, **kw) -> None: ...
+def output(text, *args, **kw) -> None: ...
+def readline_strip(expr): ...
+def readline_wrap(expr): ...
+def show_pager(formatted_text, encoding=...) -> None: ...
+def terminal_supports_colors(stream: Any | None = ...): ...
+def usage(usage_text) -> None: ...
+def warning(text, *args, **kw) -> None: ...