wafadmin.Tools.DirWatch.DirectoryWatcher:
DirWatch chooses a supported backend (fam, gamin or fallback) it is
mainly a wrapper script without own methods beside this
wafadmin.Environment.Environment:
A safe-to-use dictionary, but do not attach functions to it please
(break cPickle) An environment instance can be stored into a file
and loaded easily
wafadmin.Runner.Parallel:
The following is a small scheduler for making as many tasks
available to the consumer threads It uses the serial shuffling
system
wafadmin.TaskGen.task_gen:
Most methods are of the form 'def meth(self):' without any
parameters there are many of them, and they do many different
things: * task creation * task results installation * environment
modification * attribute addition/removal
type:
type(object) -> the object's type type(name, bases, dict) ->
a new type