RE: [PyCrust] Attribute list hook
Brought to you by:
pobrien
From: Kevin A. <al...@se...> - 2001-08-11 22:54:21
|
> [mailto:pyc...@li...]On Behalf Of Neil > Hodgson > Real attributes can have __doc__ attributes so it should be possible to > implement the UI Kevin wants although it should be optional as it > sounds too > flashy for me. I would want it to be optional as well. This kind of hook can be a tremendous help when learning Python or a framework like PythonCard, but eventually as Neil says it can be too "flashy". I've been surprised how much I've learned about my own code and Rowland's by trying things out in the shell rather than pondering the source or wxPython docs. The calltips and command completion are awesome when used with the turtle library and I plan to convert that over to dot notation sometime in the future as well. ka |