We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
class Foo: @classmethod def foo(cls) -> None: cls.__doc__
Expectation: no type error Actual:ERROR 4:9-20: Instance-only attributedocof classFoo is not visible on the class [missing-attribute]
ERROR 4:9-20: Instance-only attribute
of class
is not visible on the class [missing-attribute]