Esempio 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()
Esempio n. 2
0
 def clear(self):
     """Clear tables."""
     for table in self.__tables:
         table.flush_chain()
         table.delete_chain()
Esempio n. 3
0
	def clear(self):
		"""Clear tables."""
		for table in self.__tables: 
			table.flush_chain()
			table.delete_chain()