Searched refs:PrintColor (Results 1 – 2 of 2) sorted by relevance
36 class PrintColor(): class40 PrintColor._printColor(green, stringToPrint)45 PrintColor._printColor(red, stringToPrint)89 PrintColor.success('%s is valid' % str(baseXmlName))91 PrintColor.error('Error: %s' % str(schema.error_log))95 PrintColor.error('Error: usage %s xmlDirectory schemaDirectory' % str(argv[0]))
4 typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; typedef9 @encode(PrintColor) == @encode(int);