MCPcopy Create free account
hub / github.com/ImageEngine/cortex / testCopyOnWrite

Method testCopyOnWrite

test/IECore/VectorData.py:418–420  ·  view source on GitHub ↗

Test FloatVectorData copy-on-write behavior

(self)

Source from the content-addressed store, hash-verified

416 BaseVectorDataTest.testNegativeIndexing(self)
417
418 def testCopyOnWrite(self):
419 """Test FloatVectorData copy-on-write behavior"""
420 BaseVectorDataTest.testCopyOnWrite(self)
421
422 def testContains(self):
423 """Test FloatVectorData contains function"""

Callers

nothing calls this directly

Calls 1

testCopyOnWriteMethod · 0.45

Tested by

no test coverage detected