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

Method consoleLocals

Qt/Python/pqPythonShell.cxx:385–391  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

383
384//-----------------------------------------------------------------------------
385void* pqPythonShell::consoleLocals()
386{
387 // this ensures that the interpreter is initialized before we access its
388 // locals.
389 this->initialize();
390 return this->Internals->interpreter()->GetInteractiveConsoleLocalsPyObject();
391}
392
393//-----------------------------------------------------------------------------
394void pqPythonShell::setFontSize(int fontSize)

Callers 1

consoleContextFunction · 0.80

Calls 2

initializeMethod · 0.95
interpreterMethod · 0.80

Tested by

no test coverage detected