[Python-projects] Assertions, type checking, and testing

Nicolas Chauvat nicolas.chauvat at logilab.fr
Thu Jun 22 14:14:50 CEST 2006


> def assert_expr(expr):
>     if ASSERT_EXPR:
>        assert expr()

Did you mean `assert callable(expr)` ?

-- 
Nicolas Chauvat

logilab.fr - services en informatique avancée et gestion de connaissances  


More information about the Python-Projects mailing list