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

Method testCopyOnWrite

test/IECore/VectorData.py:558–560  ·  view source on GitHub ↗

Test DoubleVectorData copy-on-write behavior

(self)

Source from the content-addressed store, hash-verified

556 BaseVectorDataTest.testNegativeIndexing(self)
557
558 def testCopyOnWrite(self):
559 """Test DoubleVectorData copy-on-write behavior"""
560 BaseVectorDataTest.testCopyOnWrite(self)
561
562 def testContains(self):
563 """Test DoubleVectorData contains function"""

Callers

nothing calls this directly

Calls 1

testCopyOnWriteMethod · 0.45

Tested by

no test coverage detected