slim_builder Class Reference
[SLIMpy/SCons Integration]

This function is for SCons integration with SLIMpy inline inside the SConstruct file. More...

List of all members.

Public Member Functions

def __new__
def __init__
def __call__
def create

Public Attributes

 env


Detailed Description

This function is for SCons integration with SLIMpy inline inside the SConstruct file.

This is a python decorator function.

Parameters:
func must be a function with signature func( target, source, env )
Example:
     from slimproj import *
     
     @slim_builder
     def MyBuilder( target, source, env ):
         parse_env( env )
         
         ...function body ...
         
         Execute( )
     
     MyBuilder( 'foo.rsf', 'bar.rsf' )
See also:
Execute

parse_env

depends_on

slim_builder_simple

Definition at line 36 of file funtion_decorators.py.


Member Function Documentation

def __new__ (   cls,
  func 
)

Definition at line 37 of file funtion_decorators.py.

def __init__ (   self,
  env 
)

Definition at line 44 of file funtion_decorators.py.

def __call__ (   self,
  func 
)

Definition at line 47 of file funtion_decorators.py.

def create (   cls,
  func,
  env = None 
)

Definition at line 51 of file funtion_decorators.py.


Member Data Documentation

env

Definition at line 45 of file funtion_decorators.py.


The documentation for this class was generated from the following file:

Generated on Sun Aug 10 09:11:09 2008 for SLIMpy by  doxygen 1.5.6