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

Method doOperation

python/IECore/SequenceRmOp.py:65–69  ·  view source on GitHub ↗
( self, operands )

Source from the content-addressed store, hash-verified

63 )
64
65 def doOperation( self, operands ) :
66
67 IECore.rm( self.parameters()["seq"].getFileSequenceValue() )
68
69 return IECore.StringData( operands["seq"].value )
70
71IECore.registerRunTimeTyped( SequenceRmOp )

Callers

nothing calls this directly

Calls 2

getFileSequenceValueMethod · 0.80
parametersMethod · 0.45

Tested by

no test coverage detected