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

Method _parse

python/IECore/ClassParameter.py:101–104  ·  view source on GitHub ↗
( args, parameter )

Source from the content-addressed store, hash-verified

99
100 @staticmethod
101 def _parse( args, parameter ) :
102
103 parameter.setClass( args[0], int( args[1] ), args[2] )
104 del args[0:3]
105
106IECore.registerRunTimeTyped( ClassParameter, IECore.TypeId.ClassParameter )
107

Callers

nothing calls this directly

Calls 1

setClassMethod · 0.45

Tested by

no test coverage detected