Télécharger la liste

Description du projet

python-argvalidate is a Python module targeted at developers who want at least some type safety in their Python programs. It provides three decorators for checking function and method argument types and return value types.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-04-23 05:45
0.8.2

Ce communiqué de change le libellé du message d'erreur dans DecoratorLengthException et ArgumentLengthException, ajoute DecoratorStackingException, a un correctif d'orthographe dans les docstring ArgvalidateErrorException's, renomme la classe OneOfTuple interne à __OneOfTyple, ajoute empilement bon sens du code de vérification à __check_args et result_value, mises à jour de la documentation, et ajoute les tests unitaires pour empiler vérifications.
This release changes the wording of the error message in DecoratorLengthException and ArgumentLengthException, adds DecoratorStackingException, has a minor spelling fix in ArgvalidateErrorException's docstring, renames the internal OneOfTuple class to __OneOfTyple, adds stacking sanity checking code to __check_args and result_value, updates the documentation, and adds unit tests for stacking sanity checks.

Project Resources