Home
last modified time | relevance | path

Searched refs:join_item (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/bsddb/test/
Dtest_join.py79 if jCursor.join_item() != 'chainsaw':
Dtest_all.py160 def join_item(self) : member in cursor_py3k
161 v = self._dbcursor.join_item()
/external/python/cpython2/Misc/
DHISTORY3802 A typo was fixed in DBCursor.join_item(), preventing a crash.
/external/python/cpython3/Misc/
DHISTORY21186 A typo was fixed in DBCursor.join_item(), preventing a crash.