MCPcopy Create free account
hub / github.com/commontk/CTK / reset

Method reset

Libs/Scripting/Python/Widgets/ctkPythonConsole.cpp:731–738  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

729
730//----------------------------------------------------------------------------
731void ctkPythonConsole::reset()
732{
733 // Set primary and secondary prompt
734 this->setPs1(">>> ");
735 this->setPs2("... ");
736
737 this->Superclass::reset();
738}

Callers 1

initializeMethod · 0.95

Calls 2

setPs1Method · 0.95
setPs2Method · 0.95

Tested by

no test coverage detected