.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: pep8_checker .. class:: alert alert-info pull-top .. contents:: *Module:* `pep8_checker.py `_ API ================================================================================================= No description. *Imports:* ------------ - `PyQt4.QtGui.QStyle `_ - `PyQt4.QtCore.QThread `_ - `__future__.absolute_import `_ - `ninja_ide.core.file_handling.file_manager `_ - `ninja_ide.dependencies.pep8mod `_ - `ninja_ide.core.settings `_ - `__future__.unicode_literals `_ *Class:* `Pep8Checker(QThread) `_ ----------------------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class Pep8Checker(QThread): No description. *Attributes* ~~~~~~~~~~~~~~ - `_editor [at ln:32] `_ - `_encoding [at ln:34] `_ - `_path [at ln:33] `_ - `checker_icon [at ln:37] `_ - `checks [at ln:46] `_ *Function:* `__init__(editor) [at ln:30] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(editor): No description. ---- *Function:* `reset() [at ln:45] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def reset(): No description. ---- *Function:* `run() [at ln:48] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def run(): No description. ---- *Function:* `run_checks() [at ln:39] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def run_checks(): No description.