Table Of Contents

Previous topic

FauxFile

Next topic

rcsizer

This Page

phoenix_title PyShellWindow


class_hierarchy Inheritance Diagram

Inheritance diagram for class PyShellWindow

Inheritance diagram of PyShellWindow


super_classes Known Superclasses

code.InteractiveInterpreter, stc.StyledTextCtrl


method_summary Methods Summary

__init__  
GetLocals  
GetProperties  
OnKey  
OnStyle  
OnUpdateUI  
Prompt  
PushLine  
runsource  
SetLocals  
SetProperties  
showsyntaxerror  
showtraceback  
UpdateProperties Reset the editor and other settings based on the contents of the
writeTrace  

api Class API



class PyShellWindow(stc.StyledTextCtrl, InteractiveInterpreter)

Methods



__init__(self, parent, ID, pos=DefaultPosition, size=DefaultSize, style=0, locals=None, properties=None, banner=None)


GetLocals(self): return self.locals


GetProperties(self): return self.props


OnKey(self, evt)


OnStyle(self, evt)


OnUpdateUI(self, evt)


Prompt(self)


PushLine(self, text)


runsource(self, source)


SetLocals(self, locals): self.locals = locals


SetProperties(self, properties)


showsyntaxerror(self, filename=None)


showtraceback(self)


UpdateProperties(self)

Reset the editor and other settings based on the contents of the current properties dictionary.



writeTrace(self, text)