tepkit.utils.rich_tools.TablePrinter#
- class tepkit.utils.rich_tools.TablePrinter(title: str = '', key: str = 'Keys', value: str = 'Values', table_options: dict = None, key_options: dict = None, value_options: dict = None)#
A class wapper for print_table function, avoiding pass the same arguments repeatedly.
Attributes#
Attribute |
Default Value |
Description |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods#
|
All Members#
- title
- key
- value
- table_options
- key_options
- value_options
- print(dictionary=None, title=None, key=None, value=None)