Lines Matching refs:attrs
117 def __init__(self, action, pkg_vars, proto_dir, attrs):
129 'attrs' is a dictionary to containing the relevant action tags
137 attrs.update([
144 attrs.update(action.get_variant_template())
146 for k, v in attrs.items():
148 attrs[k] = list(v)
150 depend.DependencyAction.__init__(self, **attrs)
182 return self.action.attrs["path"]
287 attrs = {"{0}.type".format(self.DEPEND_DEBUG_PREFIX): kind}
289 attrs["{0}.fullpath".format(self.DEPEND_DEBUG_PREFIX)] = \
292 attrs.update({
299 Dependency.__init__(self, action, pkg_vars, proto_dir, attrs)
355 attrs = {
364 orig_dep_vars, attrs)