Package SCons :: Package Script :: Module Interactive
[hide private]
[frames] | no frames]

Module Interactive

source code

SCons interactive mode
Classes [hide private]
  SConsInteractiveCmd
build [TARGETS] Build the specified TARGETS and their dependencies. 'b' is a synonym. clean [TARGETS] Clean (remove) the specified TARGETS and their dependencies. 'c' is a synonym. exit Exit SCons interactive mode. help [COMMAND] Prints help for the specified COMMAND. 'h' and '?' are synonyms. shell [COMMANDLINE] Execute COMMANDLINE in a subshell. 'sh' and '!' are synonyms. version Prints SCons version information.
Functions [hide private]
 
interact(fs, parser, options, targets, target_top) source code
Variables [hide private]
  __revision__ = 'src/engine/SCons/Script/Interactive.py 3a41ed6...
  __doc__ = ...
  __package__ = 'SCons.Script'
Variables Details [hide private]

__revision__

Value:
'src/engine/SCons/Script/Interactive.py 3a41ed6b288cee8d085373ad7fa028\
94e1903864 2019-01-23 17:30:35 bdeegan'

__doc__

Value:
"""
SCons interactive mode
"""