|
From: Frank T. <ft...@ne...> - 2001-12-08 04:18:33
|
I don't know if anyone is noticing, but I modified the API for the aop.py
module; it doesn't use the 'point' timeframe anymore, and simply uses one
of ('before', 'after', 'around') instead, mainly for simplicity for the
user's sake.
Also, instead of using myaspect.at(), for readibility, you can use
myaspect.before(), myaspect.after(), or myaspect.around() instead.
--
Frank Tobin http://www.neverending.org/~ftobin/
|