ModuleObject -- Module wrapper for pickling
ModuleObject instances export the following function:
- Import()
- Imports the class held in the object and returns a reference to the
module's namespace. Import() must be able to create temporary
files in the current directory.
|