-----------------------------------------------------------------------------
| 180 | |
| 181 | //----------------------------------------------------------------------------- |
| 182 | bool ctkAbstractPythonManager::isPythonInitialized()const |
| 183 | { |
| 184 | return PythonQt::self() != 0; |
| 185 | } |
| 186 | |
| 187 | //----------------------------------------------------------------------------- |
| 188 | bool ctkAbstractPythonManager::pythonErrorOccured()const |
no outgoing calls