OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_db_path
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
transactions.py
28
def
get_db_path
():
function
34
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
())
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
transactions.py
28
def
get_db_path
():
function
34
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
())
Completed in 361 milliseconds