Package SCons :: Package Script :: Module Main :: Class FakeOptionParser
[show private | hide private]
[frames | no frames]

Class FakeOptionParser


A do-nothing option parser, used for the initial OptionsParser variable.

During normal SCons operation, the OptionsParser is created right away by the main() function. Certain tests scripts however, can introspect on different Tool modules, the initialization of which can try to add a new, local option to an otherwise uninitialized OptionsParser object. This allows that introspection to happen without blowing up.


Method Summary
  add_local_option(self, *args, **kw)

Class Variable Summary
classobj FakeOptionValues = SCons.Script.Main.FakeOptionValues
FakeOptionValues values = ...

Class Variable Details

values

Type:
FakeOptionValues
Value:
...                                                                    

Generated by Epydoc 2.1 on Wed Dec 12 09:39:32 2007 http://epydoc.sf.net