:mod:`typos` ============ .. py:module:: typos Module Contents --------------- .. py:class:: TyposModel(**kwargs) Bases::class:`lookout.core.analyzer.AnalyzerModel` .. attribute:: NAME :annotation: = typos .. attribute:: VENDOR :annotation: = source{d} .. py:class:: TyposAnalyzer Bases::class:`lookout.core.analyzer.Analyzer` .. attribute:: model_type .. attribute:: version :annotation: = 1 .. attribute:: name :annotation: = examples.TyposAnalyzer .. attribute:: description :annotation: = Reports the changes in UAST node counts. .. method:: 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]) .. data:: analyzer_class