Python Type-hints & Docstrings

Automatically insert variables types from Python’s type-hints (3.5+) into Google-style docstrings

Louis de Bruijn
Towards Data Science
4 min readJun 16, 2021

--

Type hints to Google-style docstrings
From type-hints to docstrings, images by the author.

In this story, you will follow me along a journey to automatically generate Google-style docstrings from Python type-hints. We will be looking at the following elements.

  • Python type-hints

--

--