OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:row_suite_compat
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py
233
row_suite_compat
= unittest.makeSuite(RowFactoryTestsBackwardsCompat, "Check")
237
return unittest.TestSuite((connection_suite, cursor_suite,
row_suite_compat
, row_suite, text_suite, text_zero_bytes_suite))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py
233
row_suite_compat
= unittest.makeSuite(RowFactoryTestsBackwardsCompat, "Check")
237
return unittest.TestSuite((connection_suite, cursor_suite,
row_suite_compat
, row_suite, text_suite, text_zero_bytes_suite))
Completed in 487 milliseconds