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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_compare.py 246 def my_compare(a, b) : function in function:BtreeExceptionsTestCase.test_cannot_assign_twice
250 self.createDB(my_compare)
251 self.assertRaises(RuntimeError, self.db.set_bt_compare, my_compare)
429 def my_compare(a, b) : function in function:DuplicateExceptionsTestCase.test_cannot_assign_twice
433 self.createDB(my_compare)
434 self.assertRaises(RuntimeError, self.db.set_dup_compare, my_compare)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_compare.py 246 def my_compare(a, b) : function in function:BtreeExceptionsTestCase.test_cannot_assign_twice
250 self.createDB(my_compare)
251 self.assertRaises(RuntimeError, self.db.set_bt_compare, my_compare)
429 def my_compare(a, b) : function in function:DuplicateExceptionsTestCase.test_cannot_assign_twice
433 self.createDB(my_compare)
434 self.assertRaises(RuntimeError, self.db.set_dup_compare, my_compare)

Completed in 158 milliseconds