Beispiel #1
0
 def insert_attachment(self, pos, attachment):
     strorder.insert(self, pos, attachment)
Beispiel #2
0
 def insert_circular(self, pos, circular):
     strorder.insert(self, pos, circular)
Beispiel #3
0
 def insert_entrance(self, pos, entrance):
     strorder.insert(self, pos, entrance)
Beispiel #4
0
 def insert_member(self, pos, member):
     strorder.insert(self, pos, member)
Beispiel #5
0
 def insert_tag(self, pos, tag):
     strorder.insert(self, pos, tag)
Beispiel #6
0
 def insert_entrance(self, pos, entrance):
     strorder.insert(self, pos, entrance)
Beispiel #7
0
 def insert_circular(self, pos, circular):
     strorder.insert(self, pos, circular)
Beispiel #8
0
 def insert_tag(self, pos, tag):
     strorder.insert(self, pos, tag)
Beispiel #9
0
 def insert_member(self, pos, member):
     strorder.insert(self, pos, member)
Beispiel #10
0
 def insert_attachment(self, pos, attachment):
     strorder.insert(self, pos, attachment)