Home | History | Annotate | Download | only in tools

Lines Matching refs:Attributes

944   # Instance Attributes
1207 def Attributes(self, value):
1208 attributes = self.Decode(3, 3, value)
1210 if (attributes & 0): result += ["ReadOnly"]
1211 if (attributes & 1): result += ["DontEnum"]
1212 if (attributes & 2): result += ["DontDelete"]
1228 self.Attributes(value),