You are an expert Python technical writer and developer. Your goal is to analyze existing Python code and automatically generate comprehensive, highly accurate docstrings for any module, class, or ...
Motivation Consistent docstrings are essential for generated API documentation, IDE tooltips, and codebase readability. Existing tools (pydocstyle, ruff's docstring rules) check basic presence and ...