Lines Matching refs:attribute
31 attribute = Descriptor()
34 attribute = True
43 return Class.attribute
57 def attribute(self):
61 attribute = False
64 return Class.attribute
74 attribute = True
77 def attribute(self):
81 return Class.attribute
86 Metaclass.attribute = attribute
94 def attribute(self):
98 attribute = False
101 return Class.attribute
106 del Metaclass.attribute
147 attribute = False
150 return Class.attribute
158 def attribute(self):
163 def attribute(self):
170 return Class.attribute
254 attribute = Descriptor()
262 def attribute():
266 instance.attribute = attribute
269 return instance.attribute()
285 attribute = Descriptor()
288 def attribute():
298 return Class.attribute()
312 def attribute(self):
316 def attribute():
320 return Class.attribute()
330 def attribute():
334 def attribute(self):
338 return Class.attribute()
343 Metaclass.attribute = attribute
351 def attribute(self):
355 def attribute():
359 return Class.attribute()
364 del Metaclass.attribute
397 def attribute():
401 return Class.attribute()
409 def attribute(self):
414 def attribute(self):
421 return Class.attribute()