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

Method testNegativeIndexing

test/IECore/VectorData.py:835–837  ·  view source on GitHub ↗

Test UCharVectorData negative indexing

(self)

Source from the content-addressed store, hash-verified

833 BaseVectorDataTest.testAssignment(self)
834
835 def testNegativeIndexing(self):
836 """Test UCharVectorData negative indexing"""
837 BaseVectorDataTest.testNegativeIndexing(self)
838
839 def testCopyOnWrite(self):
840 """Test UCharVectorData copy-on-write behavior"""

Callers

nothing calls this directly

Calls 1

testNegativeIndexingMethod · 0.45

Tested by

no test coverage detected