|
| list[Path] | oct.formatter.oct_format._git_changed_files (Path root) |
| str | oct.formatter.oct_format._get_relative_path (Path path, Path root) |
| int | oct.formatter.oct_format._prune_archive (Path archive_dir, str original_name, int max_backups) |
| int | oct.formatter.oct_format._prune_archive_by_size (Path archive_dir, int max_total_bytes) |
| None | oct.formatter.oct_format._archive_file (Path path, int max_backups=_DEFAULT_MAX_BACKUPS_PER_FILE, int max_archive_bytes=_DEFAULT_MAX_ARCHIVE_BYTES) |
| str | oct.formatter.oct_format._detect_indent_style (List[str] lines) |
| str | oct.formatter.oct_format._get_indent_at_line (List[str] lines, int line_num, str fallback=" ") |
| List[str] | oct.formatter.oct_format._detect_missing_docstring_sections (str text) |
| Tuple[bool, str, List[str]] | oct.formatter.oct_format.fix_header_block (Path path, str text, FormatterContext ctx) |
| Tuple[bool, str, List[str]] | oct.formatter.oct_format.fix_docstring (Path path, str text, FormatterContext ctx) |
| Tuple[bool, str, List[str]] | oct.formatter.oct_format.fix_dbg_import (Path path, str text, FormatterContext ctx) |
| Tuple[bool, str, List[str]] | oct.formatter.oct_format.fix_func_pattern (Path path, str text, FormatterContext ctx) |
| Dict[str, Any] | oct.formatter.oct_format.format_file (Path path, FormatterContext ctx) |
| Dict[str, Any] | oct.formatter.oct_format.compute_summary (List[Dict[str, Any]] file_results) |
| None | oct.formatter.oct_format._print_terminal_report (Dict[str, Any] summary, List[Dict[str, Any]] file_results, bool verbose, bool dry_run) |
| None | oct.formatter.oct_format._print_json_report (Dict[str, Any] summary, List[Dict[str, Any]] file_results, FormatterContext ctx) |
| None | oct.formatter.oct_format.run_formatter (Path project_root, Optional[List[str]] argv=None) |