massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / humanfriendly / humanfriendly / text.pyi
1 from typing import Any
2
3 def compact(text, *args, **kw): ...
4 def compact_empty_lines(text): ...
5 def concatenate(items, conjunction: str = ..., serial_comma: bool = ...): ...
6 def dedent(text, *args, **kw): ...
7 def format(text, *args, **kw): ...
8 def generate_slug(text, delimiter: str = ...): ...
9 def is_empty_line(text): ...
10 def join_lines(text): ...
11 def pluralize(count, singular, plural: Any | None = ...): ...
12 def pluralize_raw(count, singular, plural: Any | None = ...): ...
13 def random_string(length=..., characters=...): ...
14 def split(text, delimiter: str = ...): ...
15 def split_paragraphs(text): ...
16 def tokenize(text): ...
17 def trim_empty_lines(text): ...