jdxi_editor.devel.bad_docstrings

Attributes

DOCSTRING_PATTERN

parser

Functions

fix_docstrings_in_file(→ bool)

Fix malformed docstrings in a file.

scan_directory(path[, dry_run])

Recursively fix malformed docstrings in Python files.

Module Contents

jdxi_editor.devel.bad_docstrings.DOCSTRING_PATTERN[source]
jdxi_editor.devel.bad_docstrings.fix_docstrings_in_file(file_path: str, dry_run: bool = True) bool[source]

Fix malformed docstrings in a file.

jdxi_editor.devel.bad_docstrings.scan_directory(path: str, dry_run: bool = True)[source]

Recursively fix malformed docstrings in Python files.

jdxi_editor.devel.bad_docstrings.parser[source]