[Zope-PTK] __replaceable_'ity
Shane Hathaway
shane@digicool.com
Tue, 01 Aug 2000 11:32:43 -0400
Chris Withers wrote:
> > Jim has a point on the binding issue though. Even better than "_.self"
> > is just "self", which should be possible (and reliable) with method
> > binding.
>
> But would it be configurable? I'm still just getting my head around the
> binding tab...
> Coudl you choose to bind "self" to somethign else for a particular
> method?
Yes. Or you could choose to not bind it at all.
Shane