Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
IECore.registerRunTimeTyped( ClassParameter, IECore.TypeId.ClassParameter )
107
Callers
nothing calls this directly
Calls
1
setClass
Method · 0.45
Tested by
no test coverage detected