prettytable 3.17.0
Version history | Download JSON
-
PyPI https://pypi.org/project/prettytable/ Repository https://github.com/prettytable/prettytable -
py.typed -
Coverage
%%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%% pie title "Typed" : 293 "Any" : 1 "Untyped" : 111 -
Typables
%%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%% pie title "functions" : 19 "classes" : 282 "other" : 18- 6 functions (+0 overloads)
- 13 parameters
- 9 classes
- 80 methods (+0 overloads)
- 100 parameters
- 52 properties
- 80 methods (+0 overloads)
- 4 modules
- 18 attrs
- 6 functions (+0 overloads)
Modules
| Module | Coverage | Coverage (strict) | Typables | Ignores |
|---|---|---|---|---|
prettytable |
0.0% | 0.0% | 12 | 0 |
prettytable._version |
100.0% | 100.0% | 1 | 0 |
prettytable.colortable |
42.9% | 42.9% | 35 | 0 |
prettytable.prettytable |
77.9% | 77.6% | 357 | 0 |
Incomplete Annotations
prettytable (12 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
HEADER |
1 | 0 | 0 |
attr |
ALL |
1 | 0 | 0 |
attr |
SINGLE_BORDER |
1 | 0 | 0 |
attr |
NONE |
1 | 0 | 0 |
attr |
RANDOM |
1 | 0 | 0 |
attr |
DEFAULT |
1 | 0 | 0 |
attr |
MSWORD_FRIENDLY |
1 | 0 | 0 |
attr |
DOUBLE_BORDER |
1 | 0 | 0 |
attr |
FRAME |
1 | 0 | 0 |
attr |
MARKDOWN |
1 | 0 | 0 |
attr |
ORGMODE |
1 | 0 | 0 |
attr |
PLAIN_COLUMNS |
1 | 0 | 0 |
prettytable.colortable (20 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Themes.DEFAULT |
1 | 0 | 0 |
attr |
Themes.DYSLEXIA_FRIENDLY |
1 | 0 | 0 |
attr |
Themes.EARTH |
1 | 0 | 0 |
attr |
Themes.GLARE_REDUCTION |
1 | 0 | 0 |
attr |
Themes.HIGH_CONTRAST |
1 | 0 | 0 |
attr |
Themes.LAVENDER |
1 | 0 | 0 |
attr |
Themes.OCEAN |
1 | 0 | 0 |
attr |
Themes.OCEAN_DEEP |
1 | 0 | 0 |
attr |
Themes.PASTEL |
1 | 0 | 0 |
meth |
ColorTable.init |
3 | 1 | 0 |
meth |
ColorTable.get_string |
2 | 1 | 0 |
attr |
ColorTable.theme |
1 | 0 | 0 |
attr |
Theme.default_color |
1 | 0 | 0 |
attr |
Theme.vertical_char |
1 | 0 | 0 |
attr |
Theme.vertical_color |
1 | 0 | 0 |
attr |
Theme.horizontal_char |
1 | 0 | 0 |
attr |
Theme.horizontal_color |
1 | 0 | 0 |
attr |
Theme.junction_char |
1 | 0 | 0 |
attr |
Theme.junction_color |
1 | 0 | 0 |
prettytable.prettytable (79 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
TableHandler.init |
2 | 1 | 0 |
attr |
TableHandler.kwargs |
1 | 0 | 0 |
attr |
TableHandler.max_row_width |
1 | 0 | 0 |
attr |
TableHandler.last_content |
1 | 0 | 0 |
attr |
TableHandler.is_last_row_header |
1 | 0 | 0 |
attr |
TableHandler.colspan |
1 | 0 | 0 |
func |
from_mediawiki |
3 | 2 | 0 |
func |
from_html |
3 | 2 | 0 |
func |
from_csv |
4 | 2 | 0 |
meth |
PrettyTable.init |
3 | 2 | 0 |
meth |
PrettyTable.getattr |
2 | 0 | 0 |
meth |
PrettyTable._validate_option |
3 | 1 | 0 |
meth |
PrettyTable._validate_field_names |
2 | 0 | 0 |
meth |
PrettyTable._validate_none_format |
2 | 0 | 0 |
meth |
PrettyTable._validate_header_style |
2 | 0 | 0 |
meth |
PrettyTable._validate_align |
2 | 0 | 0 |
meth |
PrettyTable._validate_valign |
2 | 0 | 0 |
meth |
PrettyTable._validate_nonnegative_int |
3 | 0 | 0 |
meth |
PrettyTable._validate_true_or_false |
3 | 0 | 0 |
meth |
PrettyTable._validate_int_format |
3 | 0 | 0 |
meth |
PrettyTable._validate_float_format |
3 | 0 | 0 |
meth |
PrettyTable._validate_function |
3 | 0 | 0 |
meth |
PrettyTable._validate_hrules |
3 | 0 | 0 |
meth |
PrettyTable._validate_vrules |
3 | 0 | 0 |
meth |
PrettyTable._validate_field_name |
3 | 0 | 0 |
meth |
PrettyTable._validate_all_field_names |
3 | 0 | 0 |
meth |
PrettyTable._validate_single_char |
3 | 0 | 0 |
meth |
PrettyTable._validate_attributes |
3 | 0 | 0 |
meth |
PrettyTable.get_formatted_string |
3 | 2 | 0 |
meth |
PrettyTable._format_value |
3 | 3 | 1 |
meth |
PrettyTable._compute_table_width |
2 | 1 | 0 |
meth |
PrettyTable.get_string |
2 | 1 | 0 |
meth |
PrettyTable.paginate |
4 | 3 | 0 |
meth |
PrettyTable.get_csv_string |
2 | 1 | 0 |
meth |
PrettyTable.get_json_string |
2 | 1 | 0 |
meth |
PrettyTable.get_html_string |
2 | 1 | 0 |
meth |
PrettyTable.get_latex_string |
2 | 1 | 0 |
meth |
PrettyTable.get_mediawiki_string |
2 | 1 | 0 |
attr |
PrettyTable.encoding |
1 | 0 | 0 |
attr |
PrettyTable.align |
1 | 0 | 0 |
attr |
PrettyTable.valign |
1 | 0 | 0 |
attr |
PrettyTable.max_width |
1 | 0 | 0 |
attr |
PrettyTable.min_width |
1 | 0 | 0 |
attr |
PrettyTable.int_format |
1 | 0 | 0 |
attr |
PrettyTable.float_format |
1 | 0 | 0 |
attr |
PrettyTable.custom_format |
1 | 0 | 0 |
attr |
PrettyTable.field_names |
1 | 0 | 0 |
func |
from_html_one |
3 | 2 | 0 |
func |
from_json |
3 | 2 | 0 |
func |
from_db_cursor |
3 | 2 | 0 |
Type-Ignore Comments
No type-ignore comments.