pydoctor icon indicating copy to clipboard operation
pydoctor copied to clipboard

DOC: Example with class attributes

Open buhtz opened this issue 3 years ago • 0 comments

If I didn't miss it there is not example of a "class attribute" in the documentation examples. I mean something like this.

class Foo:
    my_class_attr: int -> 'default value'

    # ...

buhtz avatar Jul 21 '22 20:07 buhtz