Lines Matching refs:key
405 for key in action.attrs.keys():
406 if key.startswith("pkg.linted") and linted.startswith(key):
407 val = action.attrs.get(key, "false")
413 _("Multiple values for {key} "
414 "in {actions}").format(key=key,
421 for key in manifest.attributes.keys():
422 if key.startswith("pkg.linted") and linted.startswith(key):
423 val = manifest.attributes.get(key, "false")
429 _("Multiple values for {key} "
430 "in {manifest}").format(key=key,