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

Method testCopyOnWrite

test/IECore/VectorData.py:909–911  ·  view source on GitHub ↗

Test ShortVectorData copy-on-write behavior

(self)

Source from the content-addressed store, hash-verified

907 BaseVectorDataTest.testNegativeIndexing(self)
908
909 def testCopyOnWrite(self):
910 """Test ShortVectorData copy-on-write behavior"""
911 BaseVectorDataTest.testCopyOnWrite(self)
912
913 def testContains(self):
914 """Test ShortVectorData contains function"""

Callers

nothing calls this directly

Calls 1

testCopyOnWriteMethod · 0.45

Tested by

no test coverage detected