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

Class EmitterProxy

source code

object --+
         |
        EmitterProxy

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)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__call__(self, target, source, env) source code
 
__cmp__(self, other) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, var)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)