summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-autodoc/target/uninitialized_attributes.py
blob: e0f229c76b7c673d0502623aaf9bab13fbbac2bb (plain)
1
2
3
4
5
6
7
8
class Base:
    attr1: int  #: docstring
    attr2: str


class Derived(Base):
    attr3: int  #: docstring
    attr4: str