Home | Trees | Index | Help |
---|
|
|
|||
__init__(self)
Initialize a new set of diagnostics. |
|||
ReadFromFile(self,
path)
Load diagnostics from a file. |
|||
Generate(self,
tag,
severity="error",
output=None,
**substitutions)
Generate a diagnostic message. |
|
|||
__comment_regex | |||
__separator_regex |
|
|
Load diagnostics from a file. 'path' -- Path to the file containing diagnostics. |
Generate a diagnostic message. 'tag' -- The tag of the diagnostic to generate. 'severity' -- A string representing the severity of the diagnostic, for instance "warning" or "error". 'output' -- If not 'None', the a file object to which the a full diagnostic is written. 'substitutions' -- Named values for substitution into the diagnostic message. returns -- The bare diagnostic message. |
|
__comment_regex
|
__separator_regex
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:30 2007 | http://epydoc.sf.net |