[TransWarp] New interfaces
Oleg Broytmann
phd at phd.pp.ru
Wed May 14 10:33:18 EDT 2003
Hello.
I have upgraded to the latest PEAK (from CVS) and started to redebug my
programs. I changed __implements__ to implements(), exchanged parameters
for findUtility and so on. One thing that I cannot discover is how to get
back information that was in __implements__. In previous version I did
this:
if _factory.__dict__.has_key("__implements__"):
_provides = _factory.__implements__
How can I do this now?
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd at phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.
More information about the PEAK
mailing list