Package SCons :: Module Builder :: Class CompositeBuilder
[hide private]
[frames] | no frames]

Class CompositeBuilder

source code

Util.Proxy --+
             |
            CompositeBuilder

A Builder Proxy whose main purpose is to always have
a DictCmdGenerator as its action, and to provide access
to the DictCmdGenerator's add_action() method.



Instance Methods [hide private]
 
__init__(self, builder, cmdgen)
Wrap an object as a Proxy object
source code
 
add_action(self, suffix, action) source code

Inherited from Util.Proxy: __cmp__, __getattr__, get

Method Details [hide private]

__init__(self, builder, cmdgen)
(Constructor)

source code 
Wrap an object as a Proxy object

Overrides: Util.Proxy.__init__
(inherited documentation)