Package SCons :: Module Warnings
[show private | hide private]
[frames | no frames]

Module SCons.Warnings

SCons.Warnings

This file implements the warnings framework for SCons.

Exceptions
CacheWriteErrorWarning  
CorruptSConsignWarning  
DependencyWarning  
DeprecatedWarning  
DuplicateEnvironmentWarning  
MisleadingKeywordsWarning  
MissingSConscriptWarning  
NoMD5ModuleWarning  
NoMetaclassSupportWarning  
NoObjectCountWarning  
NoParallelSupportWarning  
ReservedVariableWarning  
Warning  

Function Summary
  enableWarningClass(clazz)
Suppresses all warnings that are of type clazz or derived from clazz.
  suppressWarningClass(clazz)
Suppresses all warnings that are of type clazz or derived from clazz.
  warn(clazz, *args)
  warningAsException(flag)
Turn warnings into exceptions.

Function Details

enableWarningClass(clazz)

Suppresses all warnings that are of type clazz or derived from clazz.

suppressWarningClass(clazz)

Suppresses all warnings that are of type clazz or derived from clazz.

warningAsException(flag=1)

Turn warnings into exceptions. Returns the old value of the flag.


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