sphinx/tests/ext_napoleon_docstring_data.py
2020-11-25 08:45:25 +01:00

10 lines
187 B
Python

class PEP526Class:
"""Sample class with PEP 526 annotations
Attributes:
attr1: Attr1 description.
attr2: Attr2 description.
"""
attr1: int
attr2: str