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

Method __init__

test/IECore/CachedReader.py:200–202  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

198 class PostProcessor( IECore.ModifyOp ) :
199
200 def __init__( self ) :
201
202 IECore.ModifyOp.__init__( self, "", IECore.IntParameter( "result", "" ), IECore.IntParameter( "input", "" ) )
203
204 def modify( self, obj, args ) :
205

Callers

nothing calls this directly

Calls 2

NullObjectMethod · 0.80
ParameterMethod · 0.45

Tested by

no test coverage detected