Table of Contents

Module: Index Bio/Index.py

Index.py

This module provides a way to create indexes to text files.

Classes: Index Dictionary-like class used to store index information.

_ShelveIndex An Index class based on the shelve module. _InMemoryIndex An in-memory Index class.

Imported modules   
import UserDict
import array
import cPickle
import os
import shelve
import string
Classes   
_InMemoryIndex

This creates an in-memory index file.

_ShelveIndex

An index file wrapped around shelve.


Table of Contents

This document was automatically generated on Mon Jul 1 12:02:43 2002 by HappyDoc version 2.0.1