| Home | Trees | Index | Help |
|
|---|
| Package SCons :: Module Builder :: Class 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.
| Method Summary | |
|---|---|
__init__(self,
var)
| |
__call__(self,
target,
source,
env)
| |
__cmp__(self,
other)
| |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 12 09:39:31 2007 | http://epydoc.sf.net |