CatapultServer  v0.5.0.1 (Elephant)
colorama.winterm.WinTerm Class Reference
Inheritance diagram for colorama.winterm.WinTerm:
Collaboration diagram for colorama.winterm.WinTerm:

Public Member Functions

def __init__ (self)
 
def get_attrs (self)
 
def set_attrs (self, value)
 
def reset_all (self, on_stderr=None)
 
def fore (self, fore=None, light=False, on_stderr=False)
 
def back (self, back=None, light=False, on_stderr=False)
 
def style (self, style=None, on_stderr=False)
 
def set_console (self, attrs=None, on_stderr=False)
 
def get_position (self, handle)
 
def set_cursor_position (self, position=None, on_stderr=False)
 
def cursor_adjust (self, x, y, on_stderr=False)
 
def erase_screen (self, mode=0, on_stderr=False)
 
def erase_line (self, mode=0, on_stderr=False)
 
def set_title (self, title)
 

Private Attributes

 _default
 
 _default_fore
 
 _default_back
 
 _default_style
 
 _light
 
 _fore
 
 _back
 
 _style
 

Constructor & Destructor Documentation

◆ __init__()

def colorama.winterm.WinTerm.__init__ (   self)

Member Function Documentation

◆ back()

def colorama.winterm.WinTerm.back (   self,
  back = None,
  light = False,
  on_stderr = False 
)
Here is the call graph for this function:

◆ cursor_adjust()

def colorama.winterm.WinTerm.cursor_adjust (   self,
  x,
  y,
  on_stderr = False 
)
Here is the call graph for this function:

◆ erase_line()

def colorama.winterm.WinTerm.erase_line (   self,
  mode = 0,
  on_stderr = False 
)
Here is the call graph for this function:

◆ erase_screen()

def colorama.winterm.WinTerm.erase_screen (   self,
  mode = 0,
  on_stderr = False 
)
Here is the call graph for this function:

◆ fore()

def colorama.winterm.WinTerm.fore (   self,
  fore = None,
  light = False,
  on_stderr = False 
)
Here is the call graph for this function:

◆ get_attrs()

def colorama.winterm.WinTerm.get_attrs (   self)
Here is the caller graph for this function:

◆ get_position()

def colorama.winterm.WinTerm.get_position (   self,
  handle 
)
Here is the caller graph for this function:

◆ reset_all()

def colorama.winterm.WinTerm.reset_all (   self,
  on_stderr = None 
)
Here is the call graph for this function:

◆ set_attrs()

def colorama.winterm.WinTerm.set_attrs (   self,
  value 
)
Here is the caller graph for this function:

◆ set_console()

def colorama.winterm.WinTerm.set_console (   self,
  attrs = None,
  on_stderr = False 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ set_cursor_position()

def colorama.winterm.WinTerm.set_cursor_position (   self,
  position = None,
  on_stderr = False 
)

◆ set_title()

def colorama.winterm.WinTerm.set_title (   self,
  title 
)

◆ style()

def colorama.winterm.WinTerm.style (   self,
  style = None,
  on_stderr = False 
)
Here is the call graph for this function:

Member Data Documentation

◆ _back

colorama.winterm.WinTerm._back
private

◆ _default

colorama.winterm.WinTerm._default
private

◆ _default_back

colorama.winterm.WinTerm._default_back
private

◆ _default_fore

colorama.winterm.WinTerm._default_fore
private

◆ _default_style

colorama.winterm.WinTerm._default_style
private

◆ _fore

colorama.winterm.WinTerm._fore
private

◆ _light

colorama.winterm.WinTerm._light
private

◆ _style

colorama.winterm.WinTerm._style
private

The documentation for this class was generated from the following file: