fixed missing helper.get(attribute)
This commit is contained in:
@@ -784,6 +784,9 @@ class DIV(XmlComponent):
|
|||||||
else:
|
else:
|
||||||
return self.components[i]
|
return self.components[i]
|
||||||
|
|
||||||
|
def get(self, i):
|
||||||
|
return self.attributes.get(i)
|
||||||
|
|
||||||
def __setitem__(self, i, value):
|
def __setitem__(self, i, value):
|
||||||
"""
|
"""
|
||||||
Sets attribute with name 'i' or component #i.
|
Sets attribute with name 'i' or component #i.
|
||||||
|
|||||||
Reference in New Issue
Block a user