1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/utils
Sebastian Goscik 6aa3ddae4f types: Added obj_dict
obj_dict is a a dictionary that can have its entries accessed either
via the standard `[some_key]` method or via the obj_dict's attributes
`obj_dict.some_key`.

This comes is very useful when needing to use `ConfigurationPoints` outside
of a `Configuration` object
2016-09-27 11:20:12 +01:00
..
__init__.py utils: Removed utils code that is also in devlib 2016-09-27 11:17:25 +01:00
android.py utils: Removed utils code that is also in devlib 2016-09-27 11:17:25 +01:00
cli.py misc 2016-09-27 11:20:11 +01:00
cpuinfo.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
doc.py pluginloader: Replaced extension loader with WA3 plugin loader 2016-09-27 11:17:25 +01:00
formatter.py pylint fixes 2015-06-29 11:34:49 +01:00
hwmon.py Update 2016-09-27 11:17:25 +01:00
ipython.py ipython: switched to using LooseVersion for version checks. 2016-02-10 09:01:40 +00:00
log.py Moved wlauto.core.config.core into wlauto.core.configuration 2016-09-27 11:17:25 +01:00
misc.py misc 2016-09-27 11:20:11 +01:00
netio.py Updated pylint for v1.5.1 2015-12-09 16:52:39 +00:00
power.py cpustate: ensure known initial state 2016-02-04 16:08:22 +00:00
serial_port.py utils: Removed utils code that is also in devlib 2016-09-27 11:17:25 +01:00
serializer.py pluginloader: Replaced extension loader with WA3 plugin loader 2016-09-27 11:17:25 +01:00
terminalsize.py Fixes for Emacs 2015-06-01 10:05:23 +01:00
trace_cmd.py doc: Apply it's/its grammar pedantry 2016-01-25 13:34:24 +00:00
types.py types: Added obj_dict 2016-09-27 11:20:12 +01:00