Class Hierarchy
- Exception
- hypy.lib.CloseFailed - Could not close the database.
- hypy.lib.EditFailed - Could not edit the specified doc in the database
- hypy.lib.FlushFailed - Could not remove the specified doc from the database.
- hypy.lib.OpenFailed - Could not open the database with the specified mode.
- hypy.lib.PutFailed - Could not add the specified doc to the database.
- list
- hypy.lib.HResults - List wrapper for results of the search.
- object
- hypy.lib.HCondition - A search condition.
- hypy.lib.HDatabase - A more pythonic interface to estraier's database
- hypy.lib.HDocument - Dict-like interface to a document
- hypy.lib.HHit - A hit returned by a search.
- unittest.TestCase
- hypy.test_lib.TestDatabase - Tests HResults, HCondition and HHit. And since you can't test these
- hypy.test_lib.TestHDocument - Test the dictionary and text properties of HDocument
- hypy.test_lib.TestMisc - Test misc. features of the package such as version string