mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
539e9b34b9
Using the wrapt module we can improve the memoize decorator. In fact, it allows to preserve the attributes of the memoized function, such as signature, docstring, path to the file where the function is implemented, and so on. Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com>