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

Method testNegativeIndexing

test/IECore/VectorData.py:554–556  ·  view source on GitHub ↗

Test DoubleVectorData negative indexing

(self)

Source from the content-addressed store, hash-verified

552 BaseVectorDataTest.testAssignment(self)
553
554 def testNegativeIndexing(self):
555 """Test DoubleVectorData negative indexing"""
556 BaseVectorDataTest.testNegativeIndexing(self)
557
558 def testCopyOnWrite(self):
559 """Test DoubleVectorData copy-on-write behavior"""

Callers

nothing calls this directly

Calls 1

testNegativeIndexingMethod · 0.45

Tested by

no test coverage detected