Parameter passing in python

Simon Brunning SBrunning at trisystems.co.uk
Fri Jun 1 04:40:16 EDT 2001


> From:	Jacob Hallen [SMTP:jacob at hq.workspot.com]
> > In Python 2,
> >         Pmw.ButtonBox.__init__(self, parent, **kw)
> > is equivalent to the apply you have written.
> This does indeed work. Thanks!
> 
> However there is no mention at all of this in the Python Reference
> Manual. I have checked both the 2.0 and 2.1 versions. It ought to
> be in section 5.3.4, as far as I can understand.
 
It's in the Python *Quick* reference, though -
<http://www.brunningonline.net/simon/python/quick-ref2_0.html#Statements>.

Hmmm, it's in the wrong place though. I think. A call is an expression
rather than a statement, isn't it? Oh well, I'll fix this for the 2.1
version.

Cheers,
Simon Brunning
TriSystems Ltd.
sbrunning at trisystems.co.uk




-----------------------------------------------------------------------
The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorised. If you are not the intended recipient, any disclosure,
copying, distribution, or any action taken or omitted to be taken in
reliance on it, is prohibited and may be unlawful. TriSystems Ltd. cannot
accept liability for statements made which are clearly the senders own.




More information about the Python-list mailing list