-----------------------------------------------------------------------------
| 255 | |
| 256 | //----------------------------------------------------------------------------- |
| 257 | pqPythonShell::~pqPythonShell() |
| 258 | { |
| 259 | this->Internals->interpreter()->RemoveObservers(vtkCommand::AnyEvent); |
| 260 | } |
| 261 | |
| 262 | //----------------------------------------------------------------------------- |
| 263 | bool pqPythonShell::isExecuting() const |
nothing calls this directly
no test coverage detected