Re: default values of function parameters

2005-06-05 Thread Terry Reedy
"David Isaac" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > But the default values of function parameters seem rather like a static > attributes of a class. > Is that a good way to think of them? If you think of a function as defining a subclass of e

default values of function parameters

2005-06-05 Thread David Isaac
l symbol table, and then in the table of built-in names." But the default values of function parameters seem rather like a static attributes of a class. Is that a good way to think of them? If so, are they somehow accessible? How? Under what name? Thanks, Alan Isaac -- http://mail.pyt