Trees | Indices | Help |
|
---|
|
Import utilities Exported classes: ImportManager Manage the import process Importer Base class for replacing standard import functions BuiltinImporter Emulate the import mechanism for builtin and frozen modules DynLoadSuffixImporter
|
|||
ImportManager Manage the import process. |
|||
Importer Base class for replacing standard import functions. |
|||
BuiltinImporter | |||
_FilesystemImporter | |||
DynLoadSuffixImporter |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
_suffix_char =
|
|||
_suffix =
|
|||
_os_path_join = None
|
|||
_os_stat = None
|
Imports: imp, sys, __builtin__, struct, marshal, _StringType, _ModuleType
|
Compile (and cache) a Python source file. The file specified by <pathname> is compiled to a code object and returned. Presuming the appropriate privileges exist, the bytecodes will be saved back to the filesystem for future imports. The source file's modification timestamp must be provided as a Long value. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:41:00 2008 | http://epydoc.sourceforge.net |