| |
Jump to letter: [
ABCDHLMNOPRSTY
]
python24-contract: Programming by Contract for Python
- Summary
- Programming by Contract for Python. Annotate function docstrings with pre- and
post-conditions, and class/module docstrings with invariants, and this
automatically checks the contracts while debugging.
Changelog
- * Thu Oct 14 06:00:00 2004 Jeff Pitman <symbiont+pyvault@berlios.de> 1.0b3-2
- source url, new template
- * Fri Sep 3 06:00:00 2004 Jeff Pitman <symbiont+pyvault@berlios.de> 1.0b3-1
- new version
- * Thu Sep 1 06:00:00 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 1.0-0.1.b3
- FE versioning
|