[Zope] a pure python analogue of Acquisition ??
Dieter Maurer
dieter@handshake.de
Wed, 11 Jul 2001 21:07:53 +0200 (CEST)
Daniel Mahler writes:
> I am looking for an implementation
> of an acquisition like mechanism
> that I could use in jython.
> Suggestion would be welcome.
I am not sure whether "jython" supports the Don Beaudry (probably
misspelled, sorry!) patch. But, why should it not...
If it does, then you can read Guido's MetaClass essay (--> python.org).
I think, you may be able to automatically wrap objects.
It will be slow, however.
Dieter