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