|
AQIT 0.1.0
|
Go to the source code of this file.
Namespaces | |
| namespace | aquin |
| namespace | aquin.table_plain |
Functions | |
| dict[str, str] | aquin.table_plain._glyphs () |
| str | aquin.table_plain._cell (str text, int width, *, str align="left") |
| str | aquin.table_plain.format_table (Sequence[str] headers, Sequence[Sequence[str]] rows, *, Sequence[str]|None aligns=None, int max_col=48) |
| None | aquin.table_plain.print_table (Sequence[str] headers, Sequence[Sequence[str]] rows, *, Sequence[str]|None aligns=None, int max_col=48, str|None title=None) |
Variables | |
| dict | aquin.table_plain._UNICODE |
| dict | aquin.table_plain._ASCII |