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

Method applicableTo

python/IECore/BasicPreset.py:146–149  ·  view source on GitHub ↗
( self, parameterised, rootParameter )

Source from the content-addressed store, hash-verified

144
145 ## \see IECore.Preset.applicableTo
146 def applicableTo( self, parameterised, rootParameter ) :
147
148 self._ensureData()
149 return self._applicableTo( parameterised, rootParameter, self._data )
150
151 ## \see IECore.Preset.__call__
152 # \param parameterList A list of Parameter pointers that the preset should apply to.

Callers 7

__call__Method · 0.95
testCopyMethod · 0.95
testLoadMethod · 0.95
testSaveMethod · 0.95
testClassesMethod · 0.95
testClassVectorsMethod · 0.95

Calls 2

_ensureDataMethod · 0.95
_applicableToMethod · 0.95

Tested by

no test coverage detected