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

Method testCopyOnWrite

test/IECore/VectorData.py:698–700  ·  view source on GitHub ↗

Test UIntVectorData copy-on-write behavior

(self)

Source from the content-addressed store, hash-verified

696 BaseVectorDataTest.testNegativeIndexing(self)
697
698 def testCopyOnWrite(self):
699 """Test UIntVectorData copy-on-write behavior"""
700 BaseVectorDataTest.testCopyOnWrite(self)
701
702 def testContains(self):
703 """Test UIntVectorData contains function"""

Callers

nothing calls this directly

Calls 1

testCopyOnWriteMethod · 0.45

Tested by

no test coverage detected