PythonWin:: Restart of Interactive Window??

Mark Hammond MarkH at ActiveState.com
Tue Jun 27 20:19:16 EDT 2000


Sorry - no way of reloading everything in Pythonwin like you need for
this.

> is there a possibility??? And the reuse of the history (I miss this in
IDLE
> too)

Pythonwin (Ctrl+Up/Down) and IDLE (Alt+N/Alt+P) both have history, but
AFAIK neither are saved across sessions.

> BonusQuestion: Why doesn't the source-tree-navigator show nested classes
> (only parent classes)? Is it difficult to activate it?

Im not sure what you mean by "nested classes".  Note that the class
browser is now showing instances, just the class definition.

Once you have created a class instance, use the "normal" Pythonwin browser
on it - this scavenges inside the instance attributes - it will probably
show you more than the class or modules browsers.

Mark.






More information about the Python-list mailing list