Lines Matching refs:attrs
62 def __init__(self, data=None, **attrs):
63 generic.Action.__init__(self, data, **attrs)
67 # Set attrs["path"] so filelist can handle this action;
69 self.attrs["path"] = misc.relpath(os.path.join(
71 "license." + quote(self.attrs["license"], "")),
141 "license." + quote(self.attrs["license"], ""))
165 "license." + quote(self.attrs["license"], ""))
179 indices = [("license", idx, self.attrs[idx], None)
188 hash = self.attrs[attr]
236 "license." + self.attrs["license"])
241 "license." + quote(self.attrs["license"],
250 return self.attrs.get("must-accept", "").lower() == "true"
257 return self.attrs.get("must-display", "").lower() == "true"