MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / ParamValue_value

Function ParamValue_value

src/python/py_paramvalue.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108static object
109ParamValue_value (const ParamValue& self)
110{
111 return ParamValue_getitem (self, 0);
112}
113
114
115ParamValue& ParamValueList_getitem(ParamValueList& self, int i)

Callers

nothing calls this directly

Calls 1

ParamValue_getitemFunction · 0.85

Tested by

no test coverage detected