1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 18:30:50 +01:00
devlib/devlib
Michele Di Giorgio 539e9b34b9 devlib/utils/misc: improve memoize decorator
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>
2016-06-23 09:51:47 +01:00
..
bin cgroups: fix run_into shutils 2016-04-26 16:38:30 +01:00
instrument Instrument: Add channel with ordered sequence 2016-01-06 10:18:21 +08:00
module cgroups: requires initialization after the "setup" stage 2016-05-13 18:17:22 +01:00
platform pylint 2016-02-15 15:44:38 +00:00
trace ftrace: demote info logging statement 2016-02-25 18:47:31 +00:00
utils devlib/utils/misc: improve memoize decorator 2016-06-23 09:51:47 +01:00
__init__.py devlib initial commit. 2015-10-09 09:30:04 +01:00
exception.py devlib initial commit. 2015-10-09 09:30:04 +01:00
host.py LocalConnection: Added a password parameter 2016-02-23 17:11:26 +00:00
target.py LinuxTarget: now used 'uname' instead of 'busybox uname' 2016-06-16 13:56:13 +01:00