[Zope] Optional parameters

Chris Withers chrisw@nipltd.com
Tue, 5 Jun 2001 18:38:30 +0100


> Is it possible to have optional parameters to a Zope python script?

If you mean a Script (Python), then sure:
just put:

your_parameter_name=your_default

...in the parameter list for any paramters you want to be option, just like
you would with a normal python script :-)

cheers,

Chris