mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +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
|
|
|
|
|