[Zope] Making a Folderish ZClass 'callable'

Michel Pelletier michel@digicool.com
Tue, 18 Jan 2000 11:43:47 -0500


> -----Original Message-----
> though. Is there any way I can make a __call__ method (or equivilent)
> in a ZClass?

No, you have to subclass a Python class that defines it.

-Michel