Log in or register to vote.

contract

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.

0