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

Method testNegativeIndexing

test/IECore/VectorData.py:1045–1047  ·  view source on GitHub ↗

Test Int64VectorData negative indexing

(self)

Source from the content-addressed store, hash-verified

1043 BaseVectorDataTest.testAssignment(self)
1044
1045 def testNegativeIndexing(self):
1046 """Test Int64VectorData negative indexing"""
1047 BaseVectorDataTest.testNegativeIndexing(self)
1048
1049 def testCopyOnWrite(self):
1050 """Test Int64VectorData copy-on-write behavior"""

Callers

nothing calls this directly

Calls 1

testNegativeIndexingMethod · 0.45

Tested by

no test coverage detected