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

Method modify

src/IECorePython/ModifyOpBinding.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 };
63
64 void modify( Object * object, const CompoundObject * operands ) override
65 {
66 ScopedGILLock gilLock;
67 this->methodOverride( "modify" )( ObjectPtr( object ), CompoundObjectPtr( const_cast<CompoundObject *>( operands ) ) );
68 };
69
70};
71

Callers

nothing calls this directly

Calls 1

methodOverrideMethod · 0.80

Tested by

no test coverage detected