| 52 | } |
| 53 | |
| 54 | void PythonProcessor::addProperty(const std::string &name, const std::string &description, const std::string &defaultvalue, bool required, bool el) { |
| 55 | std::dynamic_pointer_cast<python::processors::ExecutePythonProcessor>(processor_)->addProperty(name, description, defaultvalue, required, el); |
| 56 | } |
| 57 | |
| 58 | void PythonProcessor::releaseCoreResources() { |
| 59 | processor_.reset(); |
no outgoing calls
no test coverage detected