Contents:
StylistException
Core of the style checking tool.
Classes
CheckEngine(styles)
CheckEngine
Manages the checking of source files against style lists.
Bases: object
object
styles (Sequence[Style]) – Styles to use when checking source.
Sequence
Style
Passes the eyes of all registered style lists over the source file.
source_filename (str) – Path to source file.
str
Sequence[Issue]
Issue