getNumColorSpaces = 14
getColorSpaceNames = [u'linear', u'sRGB', u'sRGBf', u'rec709', u'Cineon', u'Gamma1.8', u'Gamma2.2', u'Panalog', u'REDLog', u'ViperLog', u'AlexaV3LogC', u'PLogLin', u'SLog', u'raw']
Index of 'lin_srgb' = 0
Index of 'unknown' = -1
Name of color space 2 = sRGBf
getNumLooks = 0
getLookNames = []
getNumDisplays = 1
getDisplayNames = [u'default']
getDefaultDisplayName = default
getNumViews = 3
getViewNames = [u'None', u'sRGB', u'rec709']
getDefaultViewName = 
getNumRoles = 9
getRoles = [u'color_picking', u'color_timing', u'compositing_log', u'data', u'default', u'matte_paint', u'reference', u'scene_linear', u'texture_paint']
aliases of 'scene_linear' are []
resolve('foo'): foo
resolve('linear'): linear
resolve('scene_linear'): linear
resolve('lin_srgb'): lin_srgb
resolve('srgb'): srgb
resolve('ACEScg'): ACEScg
equivalent('lin_srgb', 'srgb'): False
equivalent('scene_linear', 'srgb'): False
equivalent('linear', 'lin_srgb'): True
equivalent('scene_linear', 'lin_srgb'): True
equivalent('ACEScg', 'scene_linear'): False
equivalent('lnf', 'scene_linear'): False

Done.
