This module defines the Python API provided to SConscript and SConstruct
files.
|
get_calling_namespaces()
Return the locals and globals for the function that called
into this module in the current call stack. |
source code
|
|
|
compute_exports(exports)
Compute a dictionary of exports given one of the parameters
to the Export() function or the exports argument to SConscript(). |
source code
|
|
|
|
|
|
|
SConscript_exception(file=sys.stderr)
Print an exception stack trace just for the SConscript file(s).
This will show users who have Python errors where the problem is,
without cluttering the output with all of the internal calls leading
up to where we exec the SConscript. |
source code
|
|
|
annotate(node)
Annotate a node with the stack frame describing the
SConscript file and line number that created it. |
source code
|
|
|
|
|
|
|
BuildDefaultGlobals()
Create a dictionary containing all the default globals for
SConstruct and SConscript files. |
source code
|
|