11 Jul
2001
11 Jul
'01
7:07 p.m.
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