Package mathbench :: Package basement :: Module librarian :: Class MathBenchSearchEngine
[hide private]

Class MathBenchSearchEngine

source code

object --+
         |
        MathBenchSearchEngine

A simple search engine to index the documentation of MathBench's basic usages.

Instance Methods [hide private]
 
__init__(self)
Create the indexing dictionary
source code
 
search(self, search_query)
Search the documentation
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  MATHBENCH_WEBSITE = 'http://mathbench.sourceforge.net/'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Create the indexing dictionary
Overrides: object.__init__