flakeheaven._logic._extractors

class flakeheaven._logic._extractors.CollectStrings[source]

Bases: ast.NodeVisitor

_strings: List[str]
visit_Str(node)[source]
flakeheaven._logic._extractors.extract(name) Dict[str, str][source]
flakeheaven._logic._extractors.extract_default(name: str) Dict[str, str][source]
flakeheaven._logic._extractors.extract_dlint() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_aaa() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_absolute_import() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_alfred() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_annotations_complexity() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_bandit() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_black() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_cognitive_complexity() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_commas() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_debugger() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_django() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_docstrings() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_eradicate() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_executable() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_expression_complexity() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_fixme() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_functions() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_future_import() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_import_order() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_mock() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_mutable() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_pie() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_pyi() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_pytest() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_pytest_style() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_requirements() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_rst_docstrings() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_scrapy() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_spellcheck() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_sql() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_string_format() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_use_fstring() Dict[str, str][source]
flakeheaven._logic._extractors.extract_flake8_variables_names() Dict[str, str][source]
flakeheaven._logic._extractors.extract_logging_format() Dict[str, str][source]
flakeheaven._logic._extractors.extract_pep8_naming() Dict[str, str][source]
flakeheaven._logic._extractors.extract_pyflakes() Dict[str, str][source]
flakeheaven._logic._extractors.extract_pylint() Dict[str, str][source]
flakeheaven._logic._extractors.extract_wemake_python_styleguide() Dict[str, str][source]
flakeheaven._logic._extractors.get_messages(code: str, content: str) Dict[str, str][source]