massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / humanfriendly / humanfriendly / tables.pyi
1 from typing import Any
2
3 def format_smart_table(data, column_names): ...
4 def format_pretty_table(data, column_names: Any | None = ..., horizontal_bar: str = ..., vertical_bar: str = ...): ...
5 def format_robust_table(data, column_names): ...
6 def format_rst_table(data, column_names: Any | None = ...): ...