MCPcopy Create free account
hub / github.com/Kitware/ParaView / initialize

Method initialize

Qt/Python/pqPythonShell.cxx:269–276  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

267
268//-----------------------------------------------------------------------------
269void pqPythonShell::initialize()
270{
271 if (!this->Internals->isInterpreterInitialized())
272 {
273 this->Internals->begin();
274 this->Internals->end();
275 }
276}
277
278//-----------------------------------------------------------------------------
279void pqPythonShell::reset()

Callers 1

consoleLocalsMethod · 0.95

Calls 3

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected