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

Method __makeVectorSourceData

test/IECore/DataPromoteOp.py:43–51  ·  view source on GitHub ↗
( self, dataType )

Source from the content-addressed store, hash-verified

41class TestDataPromoteOp( unittest.TestCase ) :
42
43 def __makeVectorSourceData( self, dataType ):
44
45 d = dataType()
46
47 for i in range( 0, 100 ) :
48
49 d.append( i )
50
51 return d
52
53 def testVector( self ) :
54

Callers 1

testVectorMethod · 0.95

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected