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

Method testNegativeIndexing

test/IECore/VectorData.py:905–907  ·  view source on GitHub ↗

Test ShortVectorData negative indexing

(self)

Source from the content-addressed store, hash-verified

903 BaseVectorDataTest.testAssignment(self)
904
905 def testNegativeIndexing(self):
906 """Test ShortVectorData negative indexing"""
907 BaseVectorDataTest.testNegativeIndexing(self)
908
909 def testCopyOnWrite(self):
910 """Test ShortVectorData copy-on-write behavior"""

Callers

nothing calls this directly

Calls 1

testNegativeIndexingMethod · 0.45

Tested by

no test coverage detected