CatapultServer
v0.5.0.1 (Elephant)
|
Public Member Functions | |
def | __init__ (self, errorReporter) |
def | reset (self, path) |
def | check (self, lineNumber, line) |
def | finalize (self) |
Static Public Member Functions | |
def | formatError (err) |
Public Attributes | |
patternRegion | |
counter | |
previousRegionLine | |
previousRegionLineNumber | |
firstBeforeNestedLine | |
firstBeforeNestedLineNumber | |
errors | |
Public Attributes inherited from SimpleValidator.SimpleValidator | |
errorReporter | |
path | |
Static Public Attributes | |
string | SUITE_NAME = 'RegionValidator' |
string | NAME = 'regionValidator' |
Validates nested regions and region typos
def validation.RegionValidator.__init__ | ( | self, | |
errorReporter | |||
) |
Reimplemented from SimpleValidator.SimpleValidator.
def validation.RegionValidator.check | ( | self, | |
lineNumber, | |||
line | |||
) |
def validation.RegionValidator.finalize | ( | self | ) |
Reimplemented from SimpleValidator.SimpleValidator.
|
static |
def validation.RegionValidator.reset | ( | self, | |
path | |||
) |
Reimplemented from SimpleValidator.SimpleValidator.
validation.RegionValidator.counter |
validation.RegionValidator.errors |
validation.RegionValidator.firstBeforeNestedLine |
validation.RegionValidator.firstBeforeNestedLineNumber |
|
static |
validation.RegionValidator.patternRegion |
validation.RegionValidator.previousRegionLine |
validation.RegionValidator.previousRegionLineNumber |
|
static |