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

Method testNegativeIndexing

test/IECore/VectorData.py:1115–1117  ·  view source on GitHub ↗

Test UInt64VectorData negative indexing

(self)

Source from the content-addressed store, hash-verified

1113 BaseVectorDataTest.testAssignment(self)
1114
1115 def testNegativeIndexing(self):
1116 """Test UInt64VectorData negative indexing"""
1117 BaseVectorDataTest.testNegativeIndexing(self)
1118
1119 def testCopyOnWrite(self):
1120 """Test UInt64VectorData copy-on-write behavior"""

Callers

nothing calls this directly

Calls 1

testNegativeIndexingMethod · 0.45

Tested by

no test coverage detected