Home | Trees | Indices | Help |
---|
|
Compiler --+ | EDG
An 'EDG' is an Edison Design Group compiler.
|
|||
|
|||
Inherited from Inherited from |
|
|||
__diagnostic_regexp = re.compile('^"(?P<file>.*)", line (?P<li
|
|||
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 | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:41 2011 | http://epydoc.sourceforge.net |