Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
|
Static Public Attributes | |
bool | display_file = True |
bool | display_func = True |
bool | display_path = False |
None | root_dir = None |
int | verbosity = 0 |
bool | hide_todo = False |
Theme | theme = Theme.read(Path(__file__).parent/'style.cfg') |
Console | console = Console(theme=theme) |
Static Protected Attributes | |
int | _debug_count = 0 |
Definition at line 6 of file _config.py.