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

Method testNegativeIndexing

test/IECore/VectorData.py:1185–1187  ·  view source on GitHub ↗

Test StringVectorData negative indexing

(self)

Source from the content-addressed store, hash-verified

1183 BaseVectorDataTest.testAssignment(self)
1184
1185 def testNegativeIndexing(self):
1186 """Test StringVectorData negative indexing"""
1187 BaseVectorDataTest.testNegativeIndexing(self)
1188
1189 def testCopyOnWrite(self):
1190 """Test StringVectorData copy-on-write behavior"""

Callers

nothing calls this directly

Calls 1

testNegativeIndexingMethod · 0.45

Tested by

no test coverage detected