Closed hughsie closed 3 years ago
At the moment I'm using it like this:
uefi_rule = UefiRule(rule_fn) uefi_rule_name = uefi_rule._uefi_rule['meta']['name'] uefi_rule_description = uefi_rule._uefi_rule['meta']['description']
This is a bit cumbersome. Perhaps we could have some nice property helpers like uefi_rule.name?
uefi_rule.name
At the moment I'm using it like this:
This is a bit cumbersome. Perhaps we could have some nice property helpers like
uefi_rule.name
?