MCPcopy 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
523def _serialiseUsingRepr( parameter, value ) :
524
525 return [ "python:" + repr(value) ]
526
527def __serialiseTransformationMatrix( parameter, value ) :
528

Callers

nothing calls this directly

Calls 1

reprFunction · 0.50

Tested by

no test coverage detected