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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_join.py 63 jCursor = None
72 # FIXME: jCursor doesn't properly hold a reference to its
73 # cursors, if they are closed before jcursor is used it
75 jCursor = priDB.join([sCursor])
77 if jCursor.get(0) != ('apple', "Convenience Store"):
79 if jCursor.join_item() != 'chainsaw':
81 if jCursor.get(0)[0] != 'strawberry':
83 if jCursor.get(0): # there were only three red items to return
86 if jCursor:
87 jCursor.close(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_join.py 63 jCursor = None
72 # FIXME: jCursor doesn't properly hold a reference to its
73 # cursors, if they are closed before jcursor is used it
75 jCursor = priDB.join([sCursor])
77 if jCursor.get(0) != ('apple', "Convenience Store"):
79 if jCursor.join_item() != 'chainsaw':
81 if jCursor.get(0)[0] != 'strawberry':
83 if jCursor.get(0): # there were only three red items to return
86 if jCursor:
87 jCursor.close(
    [all...]

Completed in 29 milliseconds