massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / humanfriendly / humanfriendly / cli.pyi
1 from typing import Any
2
3 def main() -> None: ...
4 def run_command(command_line) -> None: ...
5 def print_formatted_length(value) -> None: ...
6 def print_formatted_number(value) -> None: ...
7 def print_formatted_size(value, binary) -> None: ...
8 def print_formatted_table(delimiter) -> None: ...
9 def print_formatted_timespan(value) -> None: ...
10 def print_parsed_length(value) -> None: ...
11 def print_parsed_size(value) -> None: ...
12 def demonstrate_ansi_formatting() -> None: ...
13 def demonstrate_256_colors(i, j, group: Any | None = ...) -> None: ...