massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / humanfriendly / humanfriendly / text.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/text.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/text.pyi
new file mode 100644 (file)
index 0000000..9c58cff
--- /dev/null
@@ -0,0 +1,17 @@
+from typing import Any
+
+def compact(text, *args, **kw): ...
+def compact_empty_lines(text): ...
+def concatenate(items, conjunction: str = ..., serial_comma: bool = ...): ...
+def dedent(text, *args, **kw): ...
+def format(text, *args, **kw): ...
+def generate_slug(text, delimiter: str = ...): ...
+def is_empty_line(text): ...
+def join_lines(text): ...
+def pluralize(count, singular, plural: Any | None = ...): ...
+def pluralize_raw(count, singular, plural: Any | None = ...): ...
+def random_string(length=..., characters=...): ...
+def split(text, delimiter: str = ...): ...
+def split_paragraphs(text): ...
+def tokenize(text): ...
+def trim_empty_lines(text): ...