[Zope-dev] Re: Replaceable Property question

Shane Hathaway shane@digicool.com
Mon, 07 Aug 2000 13:57:24 -0400


Chris Withers wrote:
> What happens if you override a method (say Squishdot.render) and then
> delete your overriding method?

In that case the method will revert to that provided by the class.

> Does it depend on whether you're talking about python products or
> ZClasses?

Nope.  They will behave the same way.

Shane