Home | Trees | Index | Help |
---|
|
Compiler --+ | EDG
|
|||
ParseOutput(self,
output,
ignore_regexps=())
Return the 'Diagnostic's indicated in the 'output'. |
|||
Inherited from Inherited from |
|
|||
__diagnostic_regexp | |||
Inherited from |
|
Return the 'Diagnostic's indicated in the 'output'. 'output' -- A string giving the output from the compiler. 'ignore_regexps' -- A sequence of regular expressions. If a diagnostic message matches one of these regular expressions, it will be ignored. returns -- A list of 'Diagnostic's corresponding to the messages indicated in 'output', in the order that they were emitted.
|
|
__diagnostic_regexp
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:32 2007 | http://epydoc.sf.net |