Home | Trees | Indices | Help |
|
---|
|
SCons.Script
This file implements the main() function used by the scons script.
Architecturally, this is the scons script, and will likely only be called from the external "scons" wrapper. Consequently, anything here should not be, or be considered, part of the build engine. If it's something that we expect other software to want to use, it should go in some other module. If it's specific to the "scons" script invocation, it goes here.
|
|||
SConsPrintHelpException | |||
Progressor | |||
BuildTask An SCons build task. |
|||
CleanTask An SCons clean task. |
|||
QuestionTask An SCons task for the -q (question) option. |
|||
TreePrinter | |||
FakeOptionParser A do-nothing option parser, used for the initial OptionsParser variable. |
|||
Stats | |||
CountStats | |||
MemStats |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__revision__ =
|
|||
display = SCons.Util.display
|
|||
progress_display = <SCons.Util.DisplayEngine instance at 0x1bc
|
|||
first_command_start = False
|
|||
last_command_end = False
|
|||
ProgressObject = Null()
|
|||
_BuildFailures =
|
|||
print_objects = 0
|
|||
print_memoizer = 0
|
|||
print_stacktrace = 0
|
|||
print_time = 0
|
|||
sconscript_time = 0
|
|||
cumulative_command_time = 0
|
|||
exit_status = 0
|
|||
num_jobs = False
|
|||
delayed_warnings =
|
|||
OptionsParser = <SCons.Script.Main.FakeOptionParser instance a
|
|||
count_stats = <SCons.Script.Main.CountStats instance at 0x1bca
|
|||
memory_stats = MemStats()
|
|
|
Find the deepest stack frame that is not part of SCons. Input is a "pre-processed" stack trace in the form returned by traceback.extract_tb() or traceback.extract_stack() |
|
|
|
|
|
|
|
__revision__
|
progress_display
|
OptionsParser
|
count_stats
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Tue Apr 29 22:45:40 2008 | http://epydoc.sourceforge.net |