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

Function operate

src/IECorePython/OpBinding.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61static ObjectPtr operate( Op &op )
62{
63 ScopedGILRelease gilRelease;
64 ObjectPtr result = op.operate();
65 return result;
66}
67
68static ObjectPtr operateWithArgs( Op &op, const CompoundObject *args )
69{

Callers 3

operateMethod · 0.85
writeMethod · 0.85
readMethod · 0.85

Calls 1

operateMethod · 0.80

Tested by

no test coverage detected