| Home | Trees | Index | Help |
|
|---|
| Package SCons :: Module Warnings |
|
SCons.Warnings This file implements the warnings framework for SCons.
| Function Summary | |
|---|---|
Suppresses all warnings that are of type clazz or derived from clazz. | |
Suppresses all warnings that are of type clazz or derived from clazz. | |
warn(clazz,
*args)
| |
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. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 12 09:39:32 2007 | http://epydoc.sf.net |