Home
last modified time | relevance | path

Searched refs:get_db_path (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/sqlite3/test/
Dtransactions.py26 def get_db_path(): function
32 os.remove(get_db_path())
36 self.con1 = sqlite.connect(get_db_path(), timeout=0.1)
39 self.con2 = sqlite.connect(get_db_path(), timeout=0.1)
50 os.unlink(get_db_path())