/py-contract-disallower

Tiny python >= 3.6 module for describing function contracts/constraints through decorators.

Primary LanguagePython

Tiny python >= 3.6 module for describing function contracts/constraints through decorators.

Made for my own amusement only: use something like PyContracts instead.

Run tests with

$ python3 -m unittest discover tests