Exemplo n.º 1
0
    def clear(self):
        """
        Clears all chains that were created during the session

        :return
        """
        for table in self.__tables:
            table.flush_chain()
            table.delete_chain()
Exemplo n.º 2
0
 def clear(self):
     """Clear tables."""
     for table in self.__tables:
         table.flush_chain()
         table.delete_chain()
Exemplo n.º 3
0
	def clear(self):
		"""Clear tables."""
		for table in self.__tables: 
			table.flush_chain()
			table.delete_chain()