|
__init__(self,
action=None,
prefix='
' ,
suffix='
' ,
src_suffix='
' ,
target_factory=None,
source_factory=None,
target_scanner=None,
source_scanner=None,
emitter=None,
multi=0,
env=None,
single_source=0,
name=None,
chdir=<class 'SCons.Builder._Null'>,
is_explicit=1,
src_builder=None,
ensure_suffix=False,
**overrides)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
_adjustixes(self,
files,
pre,
suf,
ensure_suffix=False) |
source code
|
|
|
_create_nodes(self,
env,
target=None,
source=None)
Create and return lists of target and source nodes. |
source code
|
|
|
_execute(self,
env,
target,
source,
overwarn={ } ,
executor_kw={ } ) |
source code
|
|
|
__call__(self,
env,
target=None,
source=None,
chdir=<class 'SCons.Builder._Null'>,
**kw) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
get_src_suffix(self,
env)
Get the first src_suffix in the list of src_suffixes. |
source code
|
|
|
|
|
|
|
_get_sdict(self,
env)
Returns a dictionary mapping all of the source suffixes of all
src_builders of this Builder to the underlying Builder that
should be called first. |
source code
|
|
|
src_builder_sources(self,
env,
source,
overwarn={ } ) |
source code
|
|
|
|
|
|
|
|
|
subst_src_suffixes(self,
env)
The suffix list may contain construction variable expansions,
so we have to evaluate the individual strings. To avoid doing
this over and over, we memoize the results for each construction
environment. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|