Skip to content

Instantly share code, notes, and snippets.

@0xaaadnf
0xaaadnf / python_star_arguments_docstrings.rst
Last active October 26, 2025 18:41
Comprehensive analysis of documenting *args and **kwargs in Python docstrings across Google, NumPy, and Sphinx styles, including tool behavior and AI-generated examples.

Introduction

This research investigates star arguments (*args and **kwargs) and their appearance in Python docstrings. It covers Google, NumPy, and Sphinx styles, as well as the behavior of various docstring generation tools.

Observed Docstring Generators