BasicTools.Helpers.TextFormatHelper module
Class to format output
- class BasicTools.Helpers.TextFormatHelper.TFormat[source]
Bases:
objectFormat Helper class (indentation and color)
- BasicTools.Helpers.TextFormatHelper.strip_ANSI_escape_sequences_sub(repl, string, count=0)
Return the string obtained by replacing the leftmost non-overlapping occurrences of pattern in string by the replacement repl.