mirror of
https://github.com/python/cpython.git
synced 2026-04-09 13:20:49 +00:00
14 lines
217 B
Python
14 lines
217 B
Python
"""
|
|
TestCases for using the DB.join and DBCursor.join_item methods.
|
|
"""
|
|
|
|
import sys, os, string
|
|
import tempfile
|
|
from pprint import pprint
|
|
import unittest
|
|
|
|
from bsddb import db
|
|
|
|
from test.test_support import verbose
|
|
|
|
|