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 PR: ports/131319 Submitted by: Sofian Brabez <sbrabez at gmail.com>
8 lines
272 B
Text
8 lines
272 B
Text
-------------------------------------------------------------
|
|
aspects is installed.
|
|
|
|
For a quick start:
|
|
- examples files are in PREFIX/share/examples/py-aspects/
|
|
- import aspects for using the module
|
|
|
|
-------------------------------------------------------------
|