Package pulp :: Package server :: Package event :: Module dispatcher :: Class DynLoader
[hide private]
[frames] | no frames]

Class DynLoader

source code

A dynamic module loader.

Instance Methods [hide private]
 
__init__(self, pkg) source code
 
load(self)
Load all modules within the package.
source code
 
__import(self, path)
Import modules the the specified path.
source code
Instance Variables [hide private]
python module pkg
A package object.
Method Details [hide private]

__init__(self, pkg)
(Constructor)

source code 
Parameters:
  • pkg (python module) - A package object.

__import(self, path)

source code 

Import modules the the specified path.

Parameters:
  • path (list) - A list of path elements.