BR()*5
This commit is contained in:
+2
-1
@@ -472,7 +472,8 @@ class XmlComponent(object):
|
||||
|
||||
def xml(self):
|
||||
raise NotImplementedError
|
||||
|
||||
def __mul__(self,n):
|
||||
return CAT(*[self for i in range(n)])
|
||||
|
||||
class XML(XmlComponent):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user