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

Method testNegativeIndexing

test/IECore/VectorData.py:414–416  ·  view source on GitHub ↗

Test FloatVectorData negative indexing

(self)

Source from the content-addressed store, hash-verified

412 BaseVectorDataTest.testAssignment(self)
413
414 def testNegativeIndexing(self):
415 """Test FloatVectorData negative indexing"""
416 BaseVectorDataTest.testNegativeIndexing(self)
417
418 def testCopyOnWrite(self):
419 """Test FloatVectorData copy-on-write behavior"""

Callers

nothing calls this directly

Calls 1

testNegativeIndexingMethod · 0.45

Tested by

no test coverage detected