python Programming Glossary: self.history
How to embed a Python interpreter in a PyQT widget http://stackoverflow.com/questions/2758159/how-to-embed-a-python-interpreter-in-a-pyqt-widget self parent self.prompt prompt self.history self.namespace self.construct self.setGeometry 50 75 600 400.. return '' else return command def getHistory self return self.history def setHisory self history self.history history def addToHistory.. self return self.history def setHisory self history self.history history def addToHistory self command if command and not self.history..
|