pydoctor
pydoctor copied to clipboard
DOC: Example with class attributes
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'
# ...