MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / setUp

Method setUp

tests/python/ColorSpaceTest.py:19–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17class ColorSpaceTest(unittest.TestCase):
18
19 def setUp(self):
20 self.colorspace = OCIO.ColorSpace()
21 self.log_tr = OCIO.LogTransform(10)
22
23 def tearDown(self):
24 self.colorspace = None

Callers

nothing calls this directly

Calls 2

LogTransformMethod · 0.80
ColorSpaceMethod · 0.45

Tested by

no test coverage detected