Home | History | Annotate | Download | only in tools

Lines Matching defs:Attributes

979   # Instance Attributes
1243 def Attributes(self, value):
1244 attributes = self.Decode(3, 3, value)
1246 if (attributes & 0): result += ["ReadOnly"]
1247 if (attributes & 1): result += ["DontEnum"]
1248 if (attributes & 2): result += ["DontDelete"]
1264 self.Attributes(value),