makeBundleFromLoadedModules(outfile,
outreg,
*prefixes)
Make a bundle from a subset of all loaded modules, also writing out
a registry file that can apply to that subset of the global registry.
Suitable for use as a FLU_ATEXIT handler.
-
- Parameters:
outfile -
The path to which a zip file will be written.
(type=str)
outreg -
The path to which a registry file will be written.
(type=str)
prefixes -
A list of prefixes to which to limit the export. If not given,
package up all modules. For example, "flumotion" would
limit the output to modules that start with
"flumotion".
(type=list of str)
|