MCPcopy Create free account
hub / github.com/Kitware/ParaView / ~pqPythonShell

Method ~pqPythonShell

Qt/Python/pqPythonShell.cxx:257–260  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

255
256//-----------------------------------------------------------------------------
257pqPythonShell::~pqPythonShell()
258{
259 this->Internals->interpreter()->RemoveObservers(vtkCommand::AnyEvent);
260}
261
262//-----------------------------------------------------------------------------
263bool pqPythonShell::isExecuting() const

Callers

nothing calls this directly

Calls 2

RemoveObserversMethod · 0.80
interpreterMethod · 0.80

Tested by

no test coverage detected