makeBundleFromLoadedModules(outfile,
outreg,
*prefixes)
| source code
|
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 (str) - The path to which a zip file will be written.
outreg (str) - The path to which a registry file will be written.
prefixes (list of str) - 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".
|