Ejemplo n.º 1
0
 def make_root(self):
     """
     Turns us into a root node by taking us out of the tree we're in.
     """
     self.node.move(Node.get_last_root_node(), 'last-sibling')
Ejemplo n.º 2
0
 def make_root(self):
     """
     Turns us into a root node by taking us out of the tree we're in.
     """
     self.node.move(Node.get_last_root_node(),
                    'last-sibling')