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

Method setUp

tests/python/LookTest.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 TEST_EXP_VALUES = [0.1, 0.2, 0.3, 0.4]
16
17 def setUp(self):
18 self.look = OCIO.Look()
19
20 def tearDown(self):
21 self.look = None

Callers

nothing calls this directly

Calls 1

LookMethod · 0.45

Tested by

no test coverage detected