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

Method testNegativeIndexing

test/IECore/VectorData.py:764–766  ·  view source on GitHub ↗

Test CharVectorData negative indexing

(self)

Source from the content-addressed store, hash-verified

762 BaseVectorDataTest.testAssignment(self)
763
764 def testNegativeIndexing(self):
765 """Test CharVectorData negative indexing"""
766 BaseVectorDataTest.testNegativeIndexing(self)
767
768 def testCopyOnWrite(self):
769 """Test CharVectorData copy-on-write behavior"""

Callers

nothing calls this directly

Calls 1

testNegativeIndexingMethod · 0.45

Tested by

no test coverage detected