| Home | Trees | Index | Help |
|
|---|
| Package SCons :: Module Environment |
|
SCons.Environment Base class for construction Environments. These are the primary objects used to communicate dependency and construction information to the build engine. Keyword arguments supplied when the construction Environment is created are construction variables used to initialize the Environment
| Classes | |
|---|---|
Base |
Base class for "real" construction Environments. |
BuilderDict |
This is a dictionary-like class used by an Environment to hold the Builders. |
BuilderWrapper |
A MethodWrapper subclass that that associates an environment with a Builder. |
MethodWrapper |
A generic Wrapper class that associates a method (which can actually be any callable) with an object. |
OverrideEnvironment |
A proxy that overrides variables in a wrapped construction environment by returning values from an overrides dictionary in preference to values from the underlying subject environment. |
SubstitutionEnvironment |
Base class for different flavors of construction environments. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 12 09:39:32 2007 | http://epydoc.sf.net |