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