Skip to main content

Module styles

Module styles 

Source
Expand description

Docstring style implementations.

Each sub-module provides an AST and parser for its respective style. This module also provides detect_style for automatic style detection.

Modules§

google
Google-style docstring support.
numpy
NumPy-style docstring support.

Enums§

Style
Docstring style identifier.

Functions§

detect_style
Detect the docstring style from its content.