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