2e3ef3ccd2
dependency [1] - Convert USES_GMAKE to USES=gmake - Add LICENSE Submitted by: mva [1]
6 lines
350 B
Text
6 lines
350 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
|