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 (Path) – File to be checked.
Path
Sequence[Issue]
Issue