----------------------------------------------------------------------------
| 695 | |
| 696 | //---------------------------------------------------------------------------- |
| 697 | void ctkPythonConsole::setPs1(const QString& newPs1) |
| 698 | { |
| 699 | PySys_SetObject(const_cast<char*>("ps1"), PyString_FromString(newPs1.toLatin1().data())); |
| 700 | } |
| 701 | |
| 702 | //---------------------------------------------------------------------------- |
| 703 | QString ctkPythonConsole::ps2() const |
no test coverage detected