mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
2e3ef3ccd2
dependency [1] - Convert USES_GMAKE to USES=gmake - Add LICENSE Submitted by: mva [1]
7 lines
350 B
Plaintext
7 lines
350 B
Plaintext
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
|