![]() |
pyenv-virtualenv for Windows 1.2
A 'pyenv' plugin to manage Python virtual environments, depending on different Python versions, for various Python projects.
|
Classes | |
| class | SimpleTable |
Functions | |
| int | readableLen (str cell_content) |
| Calculate the length of cell content skipping ANSI ESC sequences (e.g. | |
Variables | |
| int | HEADER = 1 |
| int | SEPARATOR = 2 |
| int | DATA = 3 |
| list | ROW_TYPES = [HEADER, SEPARATOR, DATA] |
| int tbl.readableLen | ( | str | cell_content | ) |
Calculate the length of cell content skipping ANSI ESC sequences (e.g.
for color).
| cell_content | Raw cell content including ANSI ESC sequences. |
Definition at line 50 of file tbl.py.