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