Paketname | python-aspects |
Beschreibung | lightweight aspect oriented programming library for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.3-3 |
Sektion | python |
Priorität | optional |
Installierte Größe | 116 Byte |
Hängt ab von | python (>= 2.1), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Jan Dittberner |
Quelle | |
Paketgröße | 12952 Byte |
Prüfsumme MD5 | 5dfdf8e526d5aaa82bbedbac18a6c9c3 |
Prüfsumme SHA1 | 68cb1e7e0a346e21dee67d46f46b139af1bf040a |
Prüfsumme SHA256 | cae9a139441d2203b1cce8faeb126be7050ff3e63b80083ffac4f88bcaa4fc1f |
Link zum Herunterladen | python-aspects_1.3-3_all.deb |
Ausführliche Beschreibung | Aspects.py 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. Depending on the wrap, the
execution of the original function can be omitted, or the function
can be called arbitrarily many times. Wraps are able to modify the
arguments and the return value of the original function. In the
terminology of aspect-oriented programming, the library allows
applying advices (wraps) to call join points of methods and functions
in around fashion.
|