Open ocervell opened 6 months ago
For everything expect maybe the __repr__ function of secator/output_types/*.py
__repr__
secator/output_types/*.py
For instance, the secator/utils.py debug() method can be simplified by removing rich_to_ansi and using console.print(s) instead.
secator/utils.py
debug()
rich_to_ansi
console.print(s)
For everything expect maybe the
__repr__
function ofsecator/output_types/*.py
For instance, the
secator/utils.py
debug()
method can be simplified by removingrich_to_ansi
and usingconsole.print(s)
instead.