OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadsafety
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py
31
threadsafety
= 1
variable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py
31
threadsafety
= 1
variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py
38
self.assertEqual(sqlite.
threadsafety
, 1,
39
"
threadsafety
is %d, should be 1" % sqlite.
threadsafety
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py
38
self.assertEqual(sqlite.
threadsafety
, 1,
39
"
threadsafety
is %d, should be 1" % sqlite.
threadsafety
)
Completed in 170 milliseconds