sphinx/tests/ext_napoleon_docstring_data.py

10 lines
187 B
Python
Raw Normal View History

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