CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
colors.bcolors Class Reference

Public Member Functions

def disable (self)
 

Public Attributes

 ENDC
 
 FAIL
 
 HEADER
 
 OKBLUE
 
 OKGREEN
 
 WARNING
 

Detailed Description

Definition at line 1 of file colors.py.

Member Function Documentation

def colors.bcolors.disable (   self)

Definition at line 9 of file colors.py.

9  def disable(self):
10  self.HEADER = ''
11  self.OKBLUE = ''
12  self.OKGREEN = ''
13  self.WARNING = ''
14  self.FAIL = ''
15  self.ENDC = ''

Member Data Documentation

colors.bcolors.ENDC

Definition at line 15 of file colors.py.

Referenced by valtools.bcolors.disable().

colors.bcolors.FAIL

Definition at line 14 of file colors.py.

Referenced by valtools.bcolors.disable().

colors.bcolors.HEADER

Definition at line 10 of file colors.py.

Referenced by valtools.bcolors.disable().

colors.bcolors.OKBLUE

Definition at line 11 of file colors.py.

Referenced by valtools.bcolors.disable().

colors.bcolors.OKGREEN

Definition at line 12 of file colors.py.

Referenced by valtools.bcolors.disable().

colors.bcolors.WARNING

Definition at line 13 of file colors.py.

Referenced by valtools.bcolors.disable().