Searched refs:get_db_path (Results 1 – 2 of 2) sorted by relevance
28 def get_db_path(): function34 os.remove(get_db_path())38 self.con1 = sqlite.connect(get_db_path(), timeout=0.1)41 self.con2 = sqlite.connect(get_db_path(), timeout=0.1)52 os.unlink(get_db_path())
27 def get_db_path(): function33 os.remove(get_db_path())37 self.con1 = sqlite.connect(get_db_path(), timeout=0.1)40 self.con2 = sqlite.connect(get_db_path(), timeout=0.1)51 os.unlink(get_db_path())