HomeSort by relevance Sort by last modified time
    Searched refs:text_suite (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 235 text_suite = unittest.makeSuite(TextFactoryTests, "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 235 text_suite = unittest.makeSuite(TextFactoryTests, "Check")
237 return unittest.TestSuite((connection_suite, cursor_suite, row_suite_compat, row_suite, text_suite, text_zero_bytes_suite))

Completed in 88 milliseconds