tepkit.utils.rich_tools.TablePrinter

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

title

None

key

None

value

None

table_options

None

key_options

None

value_options

None

Methods#

print([dictionary, title, key, value])

All Members#

title
key
value
table_options
key_options
value_options
print(dictionary=None, title=None, key=None, value=None)