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