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

Method doOperation

python/IECore/SequenceCatOp.py:60–66  ·  view source on GitHub ↗
( self, operands )

Source from the content-addressed store, hash-verified

58 )
59
60 def doOperation( self, operands ) :
61
62 src = self.parameters()["src"].getFileSequenceValue()
63
64 IECore.cat( src )
65
66 return IECore.IntData( len( src.fileNames() ) )
67
68IECore.registerRunTimeTyped( SequenceCatOp )

Callers

nothing calls this directly

Calls 4

getFileSequenceValueMethod · 0.80
lenFunction · 0.50
parametersMethod · 0.45
fileNamesMethod · 0.45

Tested by

no test coverage detected