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

Method testCopyOnWrite

test/IECore/VectorData.py:839–841  ·  view source on GitHub ↗

Test UCharVectorData copy-on-write behavior

(self)

Source from the content-addressed store, hash-verified

837 BaseVectorDataTest.testNegativeIndexing(self)
838
839 def testCopyOnWrite(self):
840 """Test UCharVectorData copy-on-write behavior"""
841 BaseVectorDataTest.testCopyOnWrite(self)
842
843 def testContains(self):
844 """Test UCharVectorData contains function"""

Callers

nothing calls this directly

Calls 1

testCopyOnWriteMethod · 0.45

Tested by

no test coverage detected