◆ __init__()
def validation.LineLengthValidator.__init__ |
( |
|
self, |
|
|
|
errorReporter, |
|
|
|
lineLengthLimit = 140 |
|
) |
| |
◆ check()
def validation.LineLengthValidator.check |
( |
|
self, |
|
|
|
lineNumber, |
|
|
|
line |
|
) |
| |
◆ formatError()
def validation.LineLengthValidator.formatError |
( |
|
err | ) |
|
|
static |
◆ lineLengthLimit
validation.LineLengthValidator.lineLengthLimit |
◆ NAME
string validation.LineLengthValidator.NAME = 'tooLongLines' |
|
static |
◆ SUITE_NAME
string validation.LineLengthValidator.SUITE_NAME = 'LongLines' |
|
static |
The documentation for this class was generated from the following file: