Ejemplo n.º 1
0
 def append_attachment(self, attachment):
     strorder.append(self, attachment)
Ejemplo n.º 2
0
 def append_circular(self, circular):
     strorder.append(self, circular)
Ejemplo n.º 3
0
 def append_entrance(self, entrance):
     strorder.append(self, entrance)
Ejemplo n.º 4
0
 def append_member(self, member):
     strorder.append(self, member)
Ejemplo n.º 5
0
 def append_tag(self, tag):
     strorder.append(self, tag)
Ejemplo n.º 6
0
 def append_entrance(self, entrance):
     strorder.append(self, entrance)
Ejemplo n.º 7
0
 def append_circular(self, circular):
     strorder.append(self, circular)
Ejemplo n.º 8
0
 def append_tag(self, tag):
     strorder.append(self, tag)
Ejemplo n.º 9
0
 def append_member(self, member):
     strorder.append(self, member)
Ejemplo n.º 10
0
 def append_attachment(self, attachment):
     strorder.append(self, attachment)