DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-aspects
Beschreibunglightweight aspect oriented programming library for Python
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.3-3
Sektionpython
Prioritätoptional
Installierte Größe116 Byte
Hängt ab vonpython (>= 2.1), python-support (>= 0.90.0)
Empfohlene Pakete
PaketbetreuerJan Dittberner
Quelle
Paketgröße12952 Byte
Prüfsumme MD55dfdf8e526d5aaa82bbedbac18a6c9c3
Prüfsumme SHA168cb1e7e0a346e21dee67d46f46b139af1bf040a
Prüfsumme SHA256cae9a139441d2203b1cce8faeb126be7050ff3e63b80083ffac4f88bcaa4fc1f
Link zum Herunterladenpython-aspects_1.3-3_all.deb
Ausführliche BeschreibungAspects.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.


Impressum
Linux is a registered trademark of Linus Torvalds