| 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 |
nothing calls this directly
no test coverage detected