Module pyinotify :: Class Color
[hide private]
[frames] | no frames]

Class Color

source code


Instance Methods [hide private]

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  normal = '\x1b[0m'
  black = '\x1b[30m'
  red = '\x1b[31m'
  green = '\x1b[32m'
  yellow = '\x1b[33m'
  blue = '\x1b[34m'
  purple = '\x1b[35m'
  cyan = '\x1b[36m'
  grey = '\x1b[37m'
  bold = '\x1b[1m'
  uline = '\x1b[4m'
  blink = '\x1b[5m'
  invert = '\x1b[7m'
Properties [hide private]

Inherited from object: __class__