Home | Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|||
|
|
|||
__comment_regex = re.compile(r'
|
|||
__separator_regex = re.compile(r'
|
|
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. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:40 2011 | http://epydoc.sourceforge.net |