1d1f878054
Approved by: portmgr blanket
6 lines
349 B
Text
6 lines
349 B
Text
aspects is a lightweight approach to aspect oriented programming (AOP) in
|
|
Python.The aspects.py library provides means to intercept function calls.
|
|
Functions and methods (also in Python standard library and third party code)
|
|
can be wrapped so that when they are called, the wrap is invoked first.
|
|
|
|
WWW: http://www.cs.tut.fi/~ask/aspects/index.shtml
|