Package ZenModel :: Module ZenPackLoader :: Class ZPLBin
[hide private]
[frames] | no frames]

Class ZPLBin

source code

ZenPackLoader --+
                |
               ZPLBin

Instance Methods [hide private]
 
filter(self, f) source code
 
load(self, pack, app)
Load things from the ZenPack and put it into the app
source code
 
upgrade(self, pack, app)
Run an upgrade on an existing pack
source code
 
list(self, pack, app)
List the items that would be loaded from the given (unpacked) ZenPack
source code

Inherited from ZenPackLoader: unload

Class Variables [hide private]
  name = 'Bin'
  extensionsToIgnore = ('.svn-base', '.pyc~')
Method Details [hide private]

load(self, pack, app)

source code 
Load things from the ZenPack and put it into the app
Overrides: ZenPackLoader.load
(inherited documentation)

upgrade(self, pack, app)

source code 
Run an upgrade on an existing pack
Overrides: ZenPackLoader.upgrade
(inherited documentation)

list(self, pack, app)

source code 
List the items that would be loaded from the given (unpacked) ZenPack
Overrides: ZenPackLoader.list
(inherited documentation)