| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
Provides general-purpose utilities.
Author: Kenneth J. Pronovici <pronovic@ieee.org>
| 
 | |||
| FirstClass Special list class. | |||
| _SecondClass Represents something else that I forgot just now. | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| CONSTANT_ONE = The first constant | |||
| CONSTANT_TWO = The second constant | |||
| __package__ = Nonehash(x) | |||
| 
 | |||
| 
 Removes all of the keys from the dictionary. The dictionary is altered in-place. Each key must exist in the dictionary. 
 | 
| 
 Returns the keys of the dictionary sorted by value. There are cuter ways to do this in Python 2.4, but we were originally attempting to stay compatible with Python 2.3. 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |