__init__(self,
package,
modPath,
lastModName,
importer)
(Constructor)
| source code
|
package - '/'-separated absolute path to the root of the plugins
modules
modPath - '.'-spearated module path. for core plugins, it is rooted
at the package. for zenpack plugins, it starts with
'ZenPacks'
lastModName - name of the last module in modPath that is not part of
of the plugin name
importer - object with an importPlugin method used to import the
plugin. the implementation of the import method differs
between core and zenpack plugins
|