|
string | SUITE_NAME = 'Catch Formatting' |
|
string | NAME = 'catchAndClosingTryBraceOnSeparateLines' |
|
◆ __init__()
def validation.CatchWithoutClosingTryBrace.__init__ |
( |
|
self, |
|
|
|
errorReporter |
|
) |
| |
◆ check()
def validation.CatchWithoutClosingTryBrace.check |
( |
|
self, |
|
|
|
lineNumber, |
|
|
|
line |
|
) |
| |
◆ formatError()
def validation.CatchWithoutClosingTryBrace.formatError |
( |
|
err | ) |
|
|
static |
◆ NAME
string validation.CatchWithoutClosingTryBrace.NAME = 'catchAndClosingTryBraceOnSeparateLines' |
|
static |
◆ patternTemplate
validation.CatchWithoutClosingTryBrace.patternTemplate |
◆ SUITE_NAME
string validation.CatchWithoutClosingTryBrace.SUITE_NAME = 'Catch Formatting' |
|
static |
The documentation for this class was generated from the following file: