AndreaCensi / contracts

PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified using Python3 annotations, or inside a docstring. PyContracts supports a basic type system, variables binding, arithmetic constraints, and has several specialized contracts and an extension API.
http://andreacensi.github.io/contracts/
Other
398 stars 62 forks source link

Add DISABLE_CONTRACTS env variable to docs. #32

Closed doctoryes closed 9 years ago

doctoryes commented 9 years ago

The DISABLE_CONTRACTS env variable is currently not mentioned in the docs - this PR fixes that.

AndreaCensi commented 9 years ago

thanks!