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

Method testNegativeIndexing

test/IECore/VectorData.py:694–696  ·  view source on GitHub ↗

Test UIntVectorData negative indexing

(self)

Source from the content-addressed store, hash-verified

692 BaseVectorDataTest.testAssignment(self)
693
694 def testNegativeIndexing(self):
695 """Test UIntVectorData negative indexing"""
696 BaseVectorDataTest.testNegativeIndexing(self)
697
698 def testCopyOnWrite(self):
699 """Test UIntVectorData copy-on-write behavior"""

Callers

nothing calls this directly

Calls 1

testNegativeIndexingMethod · 0.45

Tested by

no test coverage detected