summaryrefslogtreecommitdiff
path: root/src/leap/common/decorators.py
AgeCommit message (Collapse)Author
2013-12-19add cache invalidationKali Kaneko
2013-12-18Fix memoize decorator: raise instead of storing NoneKali Kaneko
With this fix, we will re-raise an exception that happens while evaluating the callable, instead of storing None as value.
2013-12-17Add a memoize_method decoratorKali Kaneko