mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
6aa3ddae4f
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