Home
last modified time | relevance | path

Searched refs:StyleReport (Results 1 – 1 of 1) sorted by relevance

/dports/security/py-stem/stem-1.8.0/stem/util/
H A Dtest_tools.py489 class StyleReport(pycodestyle.BaseReport): class
491 super(StyleReport, self).init_file(filename, lines, expected, line_offset)
539 code = super(StyleReport, self).error(line_number, offset, text, check)
547 style_checker = pycodestyle.StyleGuide(ignore = ignore_rules, reporter = StyleReport)