:mod:`lookout.style.typos.model` ================================ .. py:module:: lookout.style.typos.model .. autoapi-nested-parse:: Identifier typos analyzer. Module Contents --------------- .. py:class:: IdTyposModel(**kwargs) Bases::class:`lookout.core.analyzer.AnalyzerModel` A model to store approved identifiers from the repo. .. attribute:: LICENSE .. attribute:: identifiers Get stored identifiers. .. method:: dump(self) Serialize this model and return the result as a string. .. method:: _generate_tree(self) .. method:: _load_tree(self, tree:dict)