[ Bron: python-decorator ]
Pakket: python-decorator (3.3.3-1)
Verwijzigingen voor python-decorator
Debian bronnen:
- Probleemrapporten
- Developer Information (PTS)
- Debian Changelog
- Copyright-bestand
- Debian Patch Tracker
Het bronpakket python-decorator downloaden:
- [python-decorator_3.3.3-1.dsc]
- [python-decorator_3.3.3.orig.tar.gz]
- [python-decorator_3.3.3-1.debian.tar.gz]
Beheerders:
- Debian Python Modules Team (QA-pagina, Mailarchief)
- Oleksandr Moskalenko (QA-pagina)
- Piotr Ożarowski (QA-pagina)
Externe bronnen:
- Homepage [pypi.python.org]
Vergelijkbare pakketten:
simplify usage of Python decorators by programmers
Python 2.4 decorators have significantly changed the way Python programs are structured.
* decorators help reduce boilerplate code; * decorators help the separation of concerns; * decorators enhance readability and maintainability; * decorators are very explicit.Still, as of now, writing custom decorators correctly requires some experience and is not as easy as it could be. For instance, typical implementations of decorators involve nested functions and we all know that flat is better than nested. The aim of the decorator module it to simplify the usage of decorators for the average programmer and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc.
Andere aan python-decorator gerelateerde pakketten
|
|
|
