class documentation

class EscapeSequence:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method color​_string Undocumented
Method escape Undocumented
Method reset​_string Undocumented
Method true​_color​_string Undocumented
Instance Variable bg Undocumented
Instance Variable bold Undocumented
Instance Variable fg Undocumented
Instance Variable italic Undocumented
Instance Variable underline Undocumented
def __init__(self, fg=None, bg=None, bold=False, underline=False, italic=False):

Undocumented

def color_string(self):

Undocumented

def escape(self, attrs):

Undocumented

def reset_string(self):

Undocumented

def true_color_string(self):

Undocumented

bg =

Undocumented

bold: bool =

Undocumented

fg =

Undocumented

italic =

Undocumented

underline =

Undocumented