typos

Module Contents

class typos.TyposModel(**kwargs)

Bases:lookout.core.analyzer.AnalyzerModel

NAME = typos
VENDOR = source{d}
class typos.TyposAnalyzer

Bases:lookout.core.analyzer.Analyzer

model_type
version = 1
name = examples.TyposAnalyzer
description = Reports the changes in UAST node counts.
analyze(self, ptr_from:ReferencePointer, ptr_to:ReferencePointer, data_service:DataService, changes:Iterable[UnicodeChange])
classmethod train(cls, ptr:ReferencePointer, config:Dict[str, Any], data_service:DataService, files:Iterable[UnicodeFile])
typos.analyzer_class