Package SCons :: Package Script :: Module SConscript :: Class DefaultEnvironmentCall
[show private | hide private]
[frames | no frames]

Class DefaultEnvironmentCall


A class that implements "global function" calls of Environment methods by fetching the specified method from the DefaultEnvironment's class. Note that this uses an intermediate proxy class instead of calling the DefaultEnvironment method directly so that the proxy can override the subst() method and thereby prevent expansion of construction variables (since from the user's point of view this was called as a global function, with no associated construction environment).


Method Summary
  __init__(self, method_name, subst)
  __call__(self, *args, **kw)

Generated by Epydoc 2.1 on Wed Dec 12 09:39:32 2007 http://epydoc.sf.net