Paketname | python-peak.rules |
Beschreibung | generic functions support for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5a1+r2600-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 336 Byte |
Hängt ab von | python-support (>= 0.90.0), python-decoratortools, python-peak.util |
Empfohlene Pakete | |
Paketbetreuer | Debian Python Modules Team |
Quelle | |
Paketgröße | 102734 Byte |
Prüfsumme MD5 | 3ef97890da4f3e07a5e81037994f9faf |
Prüfsumme SHA1 | c44916eb9aa95234594f7a73ed0957ffe3957ae7 |
Prüfsumme SHA256 | 367630d66101f0f012cf76ddcfbe50dd0f5c2f54978e6eea732785c5ec05a411 |
Link zum Herunterladen | python-peak.rules_0.5a1+r2600-1_all.deb |
Ausführliche Beschreibung | PEAK-Rules is a highly-extensible framework for creating and using
generic functions in Python.
.
PEAK-Rules supports out of the box: multiple-dispatch on positional
arguments using tuples of types, full predicate dispatch using
strings containing Python expressions, and CLOS-like method
combining. Additionally, PEAK-Rules allows to mix and match dispatch
engines and custom method combinations.
.
This package also provides some third party contribution over
PEAK-Rules, in particular:
.
* prioritized_methods - prioritize methods to resolve dispatch ambiguities
|