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