| Trees | Indices | Help | 
 | 
|---|
|  | 
A module proxy class to be used when a non-essential module can't be imported. It will raise an ImportError any time something from the module is accessed.
| 
 | |||
| ModuleProxy A class to use as a placeholder for a non-essential module, raising an exception when something tries to use it. | |||
| 
 | |||
| 
 | |||
| 
 | |||
| __package__ = Nonehash(x) | |||
| 
 | |||
| 
 Return the module named or a proxy that will raise an ImportError the first time any of its attributes are accessed. This allows for a non-essential module to be imported and mostly ignored if not present. | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:20 2016 | http://epydoc.sourceforge.net |