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

Class EmitterProxy

source code

This is a callable class that can act as a
Builder emitter.  It holds on to a string that
is a key into an Environment dictionary, and will
look there at actual build time to see if it holds
a callable.  If so, we will call that as the actual
emitter.



Instance Methods [hide private]
 
__init__(self, var) source code
 
__call__(self, target, source, env) source code
 
__cmp__(self, other) source code