MCPcopy Create free account
hub / github.com/astra-toolbox/astra-toolbox / ~CPluginAlgorithm

Method ~CPluginAlgorithm

python/astra/src/PythonPluginAlgorithm.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91CPluginAlgorithm::~CPluginAlgorithm(){
92 if(instance!=NULL){
93 Py_DECREF(instance);
94 instance = NULL;
95 }
96}
97
98bool CPluginAlgorithm::initialize(const Config& _cfg){
99 if(instance==NULL) return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected