Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ _serialiseUsingRepr
Function
_serialiseUsingRepr
python/IECore/ParameterParser.py:523–525 ·
view source on GitHub ↗
( parameter, value )
Source
from the content-addressed store, hash-verified
521
return
str(value).split()
522
523
def
_serialiseUsingRepr( parameter, value ) :
524
525
return
[
"python:"
+ repr(value) ]
526
527
def
__serialiseTransformationMatrix( parameter, value ) :
528
Callers
nothing calls this directly
Calls
1
repr
Function · 0.50
Tested by
no test coverage detected