sprocket_bio.diagnostics
- class sprocket_bio.diagnostics.Mode
Bases:
objectThe diagnostic mode to use for reporting diagnostics.
- static default()
Returns the “default value” for a type.
- FULL = Mode.FULL
- ONE_LINE = Mode.ONE_LINE
- sprocket_bio.diagnostics.emit_diagnostics(path, source, diagnostics, report_mode, colorize)
Emits the given diagnostics to the terminal.