pylint-sort-functions
Getting Started:
Introduction
User Guide
Auto-Fix Tool Reference
Configuration & Limitations Guide
Configuration:
PyLint Configuration
Function and Method Sorting Algorithm
Algorithm Safety and Robustness
Reference:
API Reference
Developer Guide
Privacy Fixer System
Claude Code Guidelines
Testing
Documentation Validation System
Release Management
Changelog
Development Roadmap
pylint-sort-functions
Index
Edit on GitHub
Index
_
|
A
|
C
|
D
|
E
|
F
|
G
|
I
|
M
|
N
|
O
|
P
|
R
|
S
|
V
_
__init__() (pylint_sort_functions.utils.CategoryConfig method)
(pylint_sort_functions.utils.MethodCategory method)
A
are_functions_properly_separated() (in module pylint_sort_functions.utils)
are_functions_sorted_with_exclusions() (in module pylint_sort_functions.utils)
are_methods_in_correct_sections() (in module pylint_sort_functions.utils)
are_methods_sorted_with_exclusions() (in module pylint_sort_functions.utils)
C
categories (pylint_sort_functions.utils.CategoryConfig attribute)
categorize_method() (in module pylint_sort_functions.utils)
category_sorting (pylint_sort_functions.utils.CategoryConfig attribute)
CategoryConfig (class in pylint_sort_functions.utils)
D
decorator_matches_pattern() (in module pylint_sort_functions.utils)
decorators (pylint_sort_functions.utils.MethodCategory attribute)
default_category (pylint_sort_functions.utils.CategoryConfig attribute)
E
enable_categories (pylint_sort_functions.utils.CategoryConfig attribute)
F
find_empty_section_headers() (in module pylint_sort_functions.utils)
find_method_section_boundaries() (in module pylint_sort_functions.utils)
find_missing_section_headers() (in module pylint_sort_functions.utils)
find_python_files() (in module pylint_sort_functions.utils)
function_has_excluded_decorator() (in module pylint_sort_functions.utils)
FunctionSortChecker (class in pylint_sort_functions.checker)
G
get_decorator_strings() (in module pylint_sort_functions.utils)
get_expected_section_for_method() (in module pylint_sort_functions.utils)
get_functions_from_node() (in module pylint_sort_functions.utils)
get_methods_from_class() (in module pylint_sort_functions.utils)
get_section_violations() (in module pylint_sort_functions.utils)
I
is_dunder_method() (in module pylint_sort_functions.utils)
is_method_in_correct_section() (in module pylint_sort_functions.utils)
is_private_function() (in module pylint_sort_functions.utils)
is_unittest_file() (in module pylint_sort_functions.utils)
M
MethodCategory (class in pylint_sort_functions.utils)
module
pylint_sort_functions
pylint_sort_functions.checker
pylint_sort_functions.messages
pylint_sort_functions.utils
msgs (pylint_sort_functions.checker.FunctionSortChecker attribute)
N
name (pylint_sort_functions.checker.FunctionSortChecker attribute)
(pylint_sort_functions.utils.MethodCategory attribute)
O
options (pylint_sort_functions.checker.FunctionSortChecker attribute)
P
parse_section_headers() (in module pylint_sort_functions.utils)
patterns (pylint_sort_functions.utils.MethodCategory attribute)
priority (pylint_sort_functions.utils.MethodCategory attribute)
pylint_sort_functions
module
pylint_sort_functions.checker
module
pylint_sort_functions.messages
module
pylint_sort_functions.utils
module
R
register() (in module pylint_sort_functions)
S
section_header (pylint_sort_functions.utils.MethodCategory attribute)
should_function_be_private() (in module pylint_sort_functions.utils)
should_function_be_public() (in module pylint_sort_functions.utils)
V
visit_classdef() (pylint_sort_functions.checker.FunctionSortChecker method)
visit_module() (pylint_sort_functions.checker.FunctionSortChecker method)