Home | Trees | Indices | Help |
|
---|
|
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
|
|||
_Null | |||
_null | |||
MethodWrapper A generic Wrapper class that associates a method (which can actually be any callable) with an object. |
|||
BuilderWrapper A MethodWrapper subclass that that associates an environment with a Builder. |
|||
BuilderDict This is a dictionary-like class used by an Environment to hold the Builders. |
|||
SubstitutionEnvironment Base class for different flavors of construction environments. |
|||
Base Base class for "real" construction Environments. |
|||
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. |
|||
Environment Base class for "real" construction Environments. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__revision__ =
|
|||
_warn_copy_deprecated = True
|
|||
_warn_source_signatures_deprecated = True
|
|||
_warn_target_signatures_deprecated = True
|
|||
CleanTargets =
|
|||
CalculatorArgs =
|
|||
AliasBuilder = SCons.Builder.Builder(action= alias_builder, ta
|
|||
reserved_construction_var_names =
|
|||
future_reserved_construction_var_names =
|
|||
_is_valid_var = re.compile(r'
|
|
__revision__
|
AliasBuilder
|
reserved_construction_var_names
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Jun 14 22:07:42 2010 | http://epydoc.sourceforge.net |