[Zope-dev] Bindings and Votings

Toby Dickenson tdickenson@geminidataloggers.com
Thu, 26 Oct 2000 14:31:20 +0100


> ...but can you bind self to the context or, more perversely, 
> context to
> the container?

As the first line in your PythonMethod:

self,context = context,self

But why would you want to?