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

Function valueValid2

src/IECorePython/ParameterBinding.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122{
123
124boost::python::tuple valueValid2( const IECore::Parameter &that )
125{
126 std::string reason;
127 bool valid = that.valueValid( &reason );
128 return boost::python::make_tuple( valid, reason );
129}
130
131} // namespace Detail
132

Callers

nothing calls this directly

Calls 1

valueValidMethod · 0.45

Tested by

no test coverage detected