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 Ubuntu Archiv lucid (universe)
Version1.3-3
Sektionuniverse/python
Prioritätoptional
Installierte Größe116 Byte
Hängt ab vonpython (>= 2.1), python-support (>= 0.90.0)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße13004 Byte
Prüfsumme MD5908d14c752d4fddab0b6e5b4c1225b83
Prüfsumme SHA11ebbfed7127308e494f8db10fa4380723584970d
Prüfsumme SHA256a5f7023dd629b2523f31b01ad924040f706e227aa3e976bf21d8456d33668b06
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